fpc/rtl
2010-07-31 20:45:55 +00:00
..
amiga * fix for 11263, changed fileread and fd_zero to out using $modeswitch. 2010-03-01 22:35:14 +00:00
arm * thumb2 opcode fixes by Jeppe Johansen, resolves #16306 2010-04-21 17:40:35 +00:00
atari
avr
beos - Remove unnecessary char to fix compilation under BeOS. 2010-04-04 23:23:31 +00:00
bsd + Add modify_ldt to linux unit 2010-07-18 21:53:26 +00:00
darwin * disabled building console unit (syscons interface) on Darwin for now. 2010-05-10 20:02:50 +00:00
embedded + feature switch RESOURCES 2010-06-22 12:37:41 +00:00
emx * fix for 11263, changed fileread and fd_zero to out using $modeswitch. 2010-03-01 22:35:14 +00:00
freebsd + Add modify_ldt to linux unit 2010-07-18 21:53:26 +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 * Define two more constants in order to compile fppkg under Haiku after r15275 2010-05-19 22:25:59 +00:00
i386 * disallow pusha*/popa* for x86_64 (mantis #14862) 2010-07-10 16:22:46 +00:00
inc * iso conformant writing of floats (using e instead of E) in iso mode 2010-07-31 20:45:55 +00:00
linux + Add modify_ldt to linux unit 2010-07-18 21:53:26 +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
nds * Updated NDS and GBA to devkitARM r28 2010-03-02 21:56:41 +00:00
netbsd
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 * Patch from Luiz americo to use FPList where possible 2010-07-30 09:06:18 +00:00
openbsd
os2 * initialize previously missing fields of threadmanager record 2010-04-11 15:14:18 +00:00
palmos
powerpc
powerpc64
qnx
solaris + added pthread_mutex_trylock() to fix compilation after r15026 2010-03-26 09:45:35 +00:00
sparc
symbian
ucmaps
unix - disabled FpSigTimedWait also for haiku (based on patch by 2010-07-20 20:54:04 +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 17008, changed bytes component of mapviewoffile(ex) to size_t 2010-07-24 19:03:59 +00:00
win32 + iso7195 unit 2010-07-31 20:42:52 +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 * more Win64 -> FPC_HAS_TYPE_EXTENDED check conversions 2010-07-07 19:02:18 +00:00
COPYING.FPC
COPYING.txt
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.