fpc/rtl
2010-02-01 15:47:22 +00:00
..
amiga * Revised yesterday solution to a more general one. Executeprocess gets 2010-01-07 20:49:28 +00:00
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 * unicodestringmanager patch from r11743 extended to OS/2 and other platforms using system.pas instead of system.pp 2008-12-19 12:47:17 +00:00
avr * some avr fixes 2008-07-13 18:16:24 +00:00
beos * moves the alias "TTime = time_t" from ptypes.inc to unixtype.pp. 2010-01-09 16:05:42 +00:00
bsd * dirent structure available on 10.6 and iPhoneOS 2009-12-05 11:29:59 +00:00
darwin * moves the alias "TTime = time_t" from ptypes.inc to unixtype.pp. 2010-01-09 16:05:42 +00:00
embedded * more properties fixed 2009-11-12 18:11:10 +00:00
emx * Revised yesterday solution to a more general one. Executeprocess gets 2010-01-07 20:49:28 +00:00
freebsd * moves the alias "TTime = time_t" from ptypes.inc to unixtype.pp. 2010-01-09 16:05:42 +00:00
gba * Revised yesterday solution to a more general one. Executeprocess gets 2010-01-07 20:49:28 +00:00
go32v2 * Revised yesterday solution to a more general one. Executeprocess gets 2010-01-07 20:49:28 +00:00
haiku * Add convutils and stdconvs units. 2010-01-17 01:45:38 +00:00
i386 resolves #15453: 2010-01-03 14:59:01 +00:00
inc * avoid problems for windows if case of drive letter is different 2010-02-01 15:47:22 +00:00
linux * Linux specific time_t fixes. Also tested with -dFPC_USE_LIBC and more problem fixed. 2010-01-09 22:02:36 +00:00
m68k
macos * Revised yesterday solution to a more general one. Executeprocess gets 2010-01-07 20:49:28 +00:00
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 * Revised yesterday solution to a more general one. Executeprocess gets 2010-01-07 20:49:28 +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 * Revised yesterday solution to a more general one. Executeprocess gets 2010-01-07 20:49:28 +00:00
netbsd * moves the alias "TTime = time_t" from ptypes.inc to unixtype.pp. 2010-01-09 16:05:42 +00:00
netware * Revised yesterday solution to a more general one. Executeprocess gets 2010-01-07 20:49:28 +00:00
netwlibc * Revised yesterday solution to a more general one. Executeprocess gets 2010-01-07 20:49:28 +00:00
objpas * only wake up readers if all recursive write locks have been freed 2010-01-29 21:56:46 +00:00
openbsd * moves the alias "TTime = time_t" from ptypes.inc to unixtype.pp. 2010-01-09 16:05:42 +00:00
os2 * Revised yesterday solution to a more general one. Executeprocess gets 2010-01-07 20:49:28 +00:00
palmos * regenerated using latest fpcmake 2009-08-02 18:40:14 +00:00
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 * regenerated using latest fpcmake 2009-08-02 18:40:14 +00:00
solaris * fix pthread problem wen using nice for solaris 2010-01-28 19:05:42 +00:00
sparc + support for the different rounding modes in the generic rounding 2008-06-27 17:20:56 +00:00
symbian * more properties fixed 2009-11-12 18:11:10 +00:00
ucmaps
unix * fix pthread problem wen using nice for solaris 2010-01-28 19:05:42 +00:00
watcom * Revised yesterday solution to a more general one. Executeprocess gets 2010-01-07 20:49:28 +00:00
win * image_file_machine constants 2010-01-14 20:28:58 +00:00
win32 * fixes compilation of win32 system unit with -dSYSTEMEXCEPTIONDEBUG 2010-01-17 15:12:02 +00:00
win64 + Add StartupConsoleMode as for win32 2009-11-09 17:01:16 +00:00
wince * Revised yesterday solution to a more general one. Executeprocess gets 2010-01-07 20:49:28 +00:00
x86_64 * simplify SysInitFPU assmebler using local variables 2009-12-10 13:11:40 +00:00
COPYING.FPC
COPYING.txt * added .txt extensions to all README, TODO and COPYING files 2009-02-28 17:34:08 +00:00
fpmake.inc + unicode functions for sysutils, makes tunistr6.pp compiling 2009-07-17 14:05:19 +00:00
fpmake.pp + unicode functions for sysutils, makes tunistr6.pp compiling 2009-07-17 14:05:19 +00:00
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 * added .txt extensions to all README, TODO and COPYING files 2009-02-28 17:34:08 +00:00

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.