fpc/rtl
2010-09-14 11:23:41 +00:00
..
amiga * enables compilation of iso7185 unit on all targets 2010-08-06 17:45:42 +00:00
arm + initial implementation of iso style gotos in iso mode 2010-08-05 19:20:46 +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 + initial implementation of iso style gotos in iso mode 2010-08-05 19:20:46 +00:00
beos * enables compilation of iso7185 unit on all targets 2010-08-06 17:45:42 +00:00
bsd * Avoid warning at compilation 2010-08-24 14:57:01 +00:00
darwin * the iso7185 unit depends on the system unit (fixes make -j 2) 2010-08-07 21:35:19 +00:00
embedded + added generic stellaris support as provided by #17365 2010-09-09 09:02:14 +00:00
emx * enables compilation of iso7185 unit on all targets 2010-08-06 17:45:42 +00:00
freebsd * Allow compilation with DEBUG=1 2010-08-24 15:06:50 +00:00
gba * enables compilation of iso7185 unit on all targets 2010-08-06 17:45:42 +00:00
go32v2 * enables compilation of iso7185 unit on all targets 2010-08-06 17:45:42 +00:00
haiku * enables compilation of iso7185 unit on all targets 2010-08-06 17:45:42 +00:00
i386 + adds mcount calls to syscall assembler helpers for i386 and x86-64, resolves #17140 2010-08-15 09:11:06 +00:00
inc * add $mode fpc to matrix unit, mants 17357 2010-09-06 10:58:09 +00:00
linux * moved {$asmmode att} to top of file (mantis #17377) 2010-09-09 19:46:59 +00:00
m68k + initial implementation of iso style gotos in iso mode 2010-08-05 19:20:46 +00:00
macos * enables compilation of iso7185 unit on all targets 2010-08-06 17:45:42 +00:00
mips + initial implementation of iso style gotos in iso mode 2010-08-05 19:20:46 +00:00
mipsel * more mipsel code 2009-12-06 12:12:15 +00:00
morphos * enables compilation of iso7185 unit on all targets 2010-08-06 17:45:42 +00:00
nativent * enables compilation of iso7185 unit on all targets 2010-08-06 17:45:42 +00:00
nds * enables compilation of iso7185 unit on all targets 2010-08-06 17:45:42 +00:00
netbsd * enables compilation of iso7185 unit on all targets 2010-08-06 17:45:42 +00:00
netware * enables compilation of iso7185 unit on all targets 2010-08-06 17:45:42 +00:00
netwlibc * enables compilation of iso7185 unit on all targets 2010-08-06 17:45:42 +00:00
objpas * Implementation of values 11..15 of negcurrentformat from Zeljan Rikalo 2010-09-14 11:23:41 +00:00
openbsd * enables compilation of iso7185 unit on all targets 2010-08-06 17:45:42 +00:00
os2 * fix for web bug #6579 2010-08-24 21:32:49 +00:00
palmos * enables compilation of iso7185 unit on all targets 2010-08-06 17:45:42 +00:00
powerpc + initial implementation of iso style gotos in iso mode 2010-08-05 19:20:46 +00:00
powerpc64 + initial implementation of iso style gotos in iso mode 2010-08-05 19:20:46 +00:00
qnx * enables compilation of iso7185 unit on all targets 2010-08-06 17:45:42 +00:00
solaris * enables compilation of iso7185 unit on all targets 2010-08-06 17:45:42 +00:00
sparc + initial implementation of iso style gotos in iso mode 2010-08-05 19:20:46 +00:00
symbian * enables compilation of iso7185 unit on all targets 2010-08-06 17:45:42 +00:00
ucmaps
unix - disabled FpSigTimedWait also for haiku (based on patch by 2010-07-20 20:54:04 +00:00
watcom * enables compilation of iso7185 unit on all targets 2010-08-06 17:45:42 +00:00
win * corrected wrong register in x86_64 asm 2010-08-19 08:52:37 +00:00
win32 * enables compilation of iso7185 unit on all targets 2010-08-06 17:45:42 +00:00
win64 * Fix incorrect instruction size 2010-09-01 11:56:52 +00:00
wince Removes non-working constant from wince rtl, see bug #15062 2010-08-16 09:38:31 +00:00
x86_64 + added {$asmmode gas} directives to fix compiling when fpc.cfg contains 2010-09-08 14:40:38 +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 * enables compilation of iso7185 unit on all targets 2010-08-06 17:45:42 +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.