fpc/rtl
paul 24f8623490 rtl, utils: apply patch from Inoussa (mantis #24158):
*  Fix the crash of the Unicode Manager and "cldrparser". Tested on WinCE/ARM emulator (That does produce unaliged exception).

git-svn-id: trunk@25208 -
2013-08-02 16:19:24 +00:00
..
aix
amiga dummy GetLastOSerror to make fcl-whatever build, and header cleanup/fixes 2013-07-19 22:55:44 +00:00
android
arm
atari
avr
beos * updated address of FSF (mantis #24646, patch by Alexey Svistunov) 2013-06-27 14:01:18 +00:00
bsd * updated address of FSF (mantis #24646, patch by Alexey Svistunov) 2013-06-27 14:01:18 +00:00
charmaps
darwin
embedded
emx
freebsd
gba
go32v2
haiku * updated address of FSF (mantis #24646, patch by Alexey Svistunov) 2013-06-27 14:01:18 +00:00
i386 + Assembler implementation of SarInt64 for i386. 2013-07-04 09:43:30 +00:00
i8086
inc * old comment removed. closesocket is considered stable now. 2013-07-31 07:54:58 +00:00
java
jvm
linux * updated address of FSF (mantis #24646, patch by Alexey Svistunov) 2013-06-27 14:01:18 +00:00
m68k
macos
mips * MIPS: handle get_frame internally, so it sets pi_needs_stackframe flag on current procedure. This makes possible not to force pi_needs_stackframe on every procedure and thus omit saving/restoring $fp register when it is not necessary. 2013-07-24 15:25:12 +00:00
mipsel MIPS RTL: 2013-07-05 14:03:18 +00:00
morphos
msdos + added CPU detection code in the msdos rtl startup in order to properly initialize the Test8086 variable 2013-07-03 15:43:01 +00:00
nativent
nds
netbsd
netware
netwlibc
objpas rtl, utils: apply patch from Inoussa (mantis #24158): 2013-08-02 16:19:24 +00:00
openbsd * updated address of FSF (mantis #24646, patch by Alexey Svistunov) 2013-06-27 14:01:18 +00:00
os2 * SHUT_* constants added for improved compatibility to other platforms 2013-08-01 20:42:40 +00:00
palmos
powerpc
powerpc64
qnx * updated address of FSF (mantis #24646, patch by Alexey Svistunov) 2013-06-27 14:01:18 +00:00
solaris * updated address of FSF (mantis #24646, patch by Alexey Svistunov) 2013-06-27 14:01:18 +00:00
sparc
symbian
ucmaps
unix * ordered the declarations the same was as in bunxh.inc, so it's easier 2013-07-24 13:49:35 +00:00
watcom
wii
win * added layout constants. 2013-07-06 20:46:30 +00:00
win32
win64
wince
x86_64
COPYING.FPC
COPYING.txt * updated address of FSF (mantis #24646, patch by Alexey Svistunov) 2013-06-27 14:01:18 +00:00
fpmake.inc
fpmake.pp
Makefile
Makefile.fpc
README.txt

This is the Run-Time Library (RTL) tree for Free Pascal.

To recompile the RTL, edit the main makefile. The makefiles NEED a GNU make
compatible make, they need unix-like 'rm' and 'mv' commands, as well as some
others. You can find these in the gnuutils package on the ftp site.

The main makefile is located ABOVE the RTL tree. It uses the FPC
makefile.fpc to guess reasonable defaults for everything it needs.
(these files can be found in base.zip on the FTP site)

The only variable that you may want to set are
FPC             - What compiler to use. Use an absolute path. 
                  (default is ppc386)
INSTALL_UNITDIR - Where to install the RTL units 
OPT             - any special options you want to set for the compiler.

In principle, you can also descend into the subdirectory of your OS, and
type 'make' there, that should also compile everything.

The tree contains subdirectories for all the supported operating systems,
as well as all processor architectures. The processor directories contain
low-level routines which are required for the system unit (if they are not 
available in high-level language form), as well as optimized versions of
the pascal generic routines (the generic routine source code is localed in
the inc subdirectory).

The following directories are not supported officially and may not work
correctly with FreePascal v1.0:

go32v1 - The DJGPP go32v1 DOS extender (no longer supported)
palmos - The PalmOS directory for the Dragonball (incomplete)


Enjoy.