fpc/rtl
2010-03-20 14:08:10 +00:00
..
amiga * fix for 11263, changed fileread and fd_zero to out using $modeswitch. 2010-03-01 22:35:14 +00:00
arm
atari
avr
beos * Active out support using $modeswitch under BeOS after r14965 2010-03-07 02:55:47 +00:00
bsd
darwin * moves the alias "TTime = time_t" from ptypes.inc to unixtype.pp. 2010-01-09 16:05:42 +00:00
embedded
emx * fix for 11263, changed fileread and fd_zero to out using $modeswitch. 2010-03-01 22:35:14 +00:00
freebsd * moves the alias "TTime = time_t" from ptypes.inc to unixtype.pp. 2010-01-09 16:05:42 +00:00
gba * fix for 11263, changed fileread and fd_zero to out using $modeswitch. 2010-03-01 22:35:14 +00:00
go32v2 * fix for 11263, changed fileread and fd_zero to out using $modeswitch. 2010-03-01 22:35:14 +00:00
haiku * Active out support using $modeswitch under Haiku after r14965 2010-03-07 02:53:33 +00:00
i386 resolves #15453: 2010-01-03 14:59:01 +00:00
inc * shift128right last parameter should also by var type 2010-03-08 08:00:56 +00:00
linux * epoll_oneshot constant, mantis 15732 2010-02-20 22:24:01 +00:00
m68k
macos * fix for 11263, changed fileread and fd_zero to out using $modeswitch. 2010-03-01 22:35:14 +00:00
mips
mipsel
morphos * fix for 11263, changed fileread and fd_zero to out using $modeswitch. 2010-03-01 22:35:14 +00:00
nativent + patch by Sven Barth to add native NT rtl support to the fpc rtl, resolves #14887 2010-01-07 18:47:04 +00:00
nds * Updated NDS and GBA to devkitARM r28 2010-03-02 21:56:41 +00:00
netbsd * moves the alias "TTime = time_t" from ptypes.inc to unixtype.pp. 2010-01-09 16:05:42 +00:00
netware * fix for 11263, changed fileread and fd_zero to out using $modeswitch. 2010-03-01 22:35:14 +00:00
netwlibc * fix for 11263, changed fileread and fd_zero to out using $modeswitch. 2010-03-01 22:35:14 +00:00
objpas * fix for mantis 16052 RFC4122 compliance of own random GUID creation. Part II 2010-03-20 14:08:10 +00:00
openbsd * moves the alias "TTime = time_t" from ptypes.inc to unixtype.pp. 2010-01-09 16:05:42 +00:00
os2 * fix for 11263, changed fileread and fd_zero to out using $modeswitch. 2010-03-01 22:35:14 +00:00
palmos
powerpc * optimized ppc memory barrier implementations 2010-01-25 14:49:33 +00:00
powerpc64 * optimized ppc memory barrier implementations 2010-01-25 14:49:33 +00:00
qnx
solaris * fix pthread problem wen using nice for solaris 2010-01-28 19:05:42 +00:00
sparc
symbian
ucmaps
unix o patch from Olivier for Haiku libiconv functionality (mantis #15906): 2010-03-09 09:58:14 +00:00
watcom * fix for 11263, changed fileread and fd_zero to out using $modeswitch. 2010-03-01 22:35:14 +00:00
win * fix for 11263, changed fileread and fd_zero to out using $modeswitch. 2010-03-01 22:35:14 +00:00
win32 * fixes compilation of win32 system unit with -dSYSTEMEXCEPTIONDEBUG 2010-01-17 15:12:02 +00:00
win64
wince * fix for 11263, changed fileread and fd_zero to out using $modeswitch. 2010-03-01 22:35:14 +00:00
x86_64
COPYING.FPC
COPYING.txt
fpmake.inc
fpmake.pp
Makefile + patch by Sven Barth to add native NT rtl support to the fpc rtl, resolves #14887 2010-01-07 18:47:04 +00:00
Makefile.fpc + patch by Sven Barth to add native NT rtl support to the fpc rtl, resolves #14887 2010-01-07 18:47:04 +00:00
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.