fpc/rtl
2010-01-07 13:41:43 +00:00
..
amiga
arm * use BLX instead of "mov r14, r15; mov r15, reg" for a_call_reg on ARMv6 2009-12-04 22:38:50 +00:00
atari
avr
beos
bsd * dirent structure available on 10.6 and iPhoneOS 2009-12-05 11:29:59 +00:00
darwin + added new tstatfs structure available on Mac OS X 10.6, which appears to 2009-12-05 10:51:48 +00:00
embedded * more properties fixed 2009-11-12 18:11:10 +00:00
emx
freebsd
gba * Updated to devkitARM r27 and libnds 1.4.0 2009-12-06 19:37:58 +00:00
go32v2 * Implemented OnBeep to install custom beep handler 2009-11-22 17:33:56 +00:00
haiku
i386 resolves #15453: 2010-01-03 14:59:01 +00:00
inc * make heaptrc aware of the fact that multi threading could be initialized before heaptrc itself is initialized, this is currently the case for windows dlls 2010-01-07 13:41:43 +00:00
linux * .lpi version update 2010-01-02 15:54:39 +00:00
m68k
macos
mips * several mips/mipsel related stuff fixed 2009-11-27 15:10:56 +00:00
mipsel * more mipsel code 2009-12-06 12:12:15 +00:00
morphos + fixed sysdir.inc to follow recent rtl changes. trunk now cycles again on MorphOS. 2010-01-04 23:49:46 +00:00
nds * Updated to devkitARM r27 and libnds 1.4.0 2009-12-06 19:37:58 +00:00
netbsd
netware
netwlibc
objpas * handle subrange enumeration types in GetEnumValue correctly, resolves #15467 2010-01-05 16:10:13 +00:00
openbsd
os2 * Implemented OnBeep to install custom beep handler 2009-11-22 17:33:56 +00:00
palmos
powerpc
powerpc64
qnx
solaris * fix SigActionRec for x86_64 cpu 2009-12-10 19:55:14 +00:00
sparc
symbian * more properties fixed 2009-11-12 18:11:10 +00:00
ucmaps
unix * don't access the thread instance after calling DoTerminate to avoid 2009-12-30 14:46:56 +00:00
watcom
win * make heaptrc aware of the fact that multi threading could be initialized before heaptrc itself is initialized, this is currently the case for windows dlls 2010-01-07 13:41:43 +00:00
win32 * Patch to remove useless process_entry_hook from sven barth 2009-11-07 10:10:47 +00:00
win64 + Add StartupConsoleMode as for win32 2009-11-09 17:01:16 +00:00
wince * Winsock2.GROUP must be of type u_int, resolves #15254 2009-12-26 22:18:37 +00:00
x86_64 * simplify SysInitFPU assmebler using local variables 2009-12-10 13:11:40 +00:00
COPYING.FPC
COPYING.txt
fpmake.inc
fpmake.pp
Makefile + mips(el) support in the compiler makefile 2009-12-08 19:57:16 +00:00
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.