fpc/rtl
2004-06-29 19:37:17 +00:00
..
amiga
arm
atari
beos + cleanup 2004-06-21 18:50:51 +00:00
bsd * moved heap.inc and text.inc before sysalloc as suggested. Why wasn't this 2004-06-19 08:06:04 +00:00
darwin * fixes for darwin specific external name '' behaviour. Must still be 2004-05-28 18:23:55 +00:00
emx * Makefile fixes 2004-05-24 22:01:27 +00:00
fakertl
freebsd
go32v2 fixed go32v2 compile 2004-06-20 09:24:40 +00:00
i386 * fixed some bootstrapping problems as well as some 64 bit stuff 2004-06-13 10:49:50 +00:00
inc * fixed heap corruption on sparc 2004-06-27 19:47:27 +00:00
linux * New heapmanager that releases memory back to the OS, donated 2004-06-17 16:16:13 +00:00
m68k
macos + Now also compiles units: dos, macutils, macostp, unixutil 2004-06-21 19:24:54 +00:00
morphos * more cleanup + changes to use new includes 2004-06-26 20:48:24 +00:00
netbsd
netware * New heapmanager that releases memory back to the OS, donated 2004-06-17 16:16:13 +00:00
objpas * updates from B. Tierens 2004-06-29 19:37:17 +00:00
openbsd
os2 + Initial import 2004-05-26 16:32:32 +00:00
palmos
posix
powerpc * fixed overflow checking for qword multiplication 2004-05-29 21:35:54 +00:00
sparc * remove comment warnings 2004-05-31 14:31:57 +00:00
sunos
template * New heapmanager that releases memory back to the OS, donated 2004-06-17 16:16:13 +00:00
ucmaps
unix + Fixed Globtosearchrec to use unixtowinage 2004-06-15 07:36:03 +00:00
watcom * New heapmanager that releases memory back to the OS, donated 2004-06-17 16:16:13 +00:00
win32 * finally (hopefully) fixed sysalloc trouble 2004-06-27 11:57:18 +00:00
x86_64 * fixed parameters of get_caller_*() 2004-06-05 07:55:22 +00:00
COPYING
COPYING.FPC
Makefile * morphos target added 2004-06-06 15:03:52 +00:00
Makefile.fpc * morphos target added 2004-06-06 15:03:52 +00:00
README

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.