fpc/rtl
2016-06-25 08:16:52 +00:00
..
aarch64
aix * regenerated makefiles with latest fpcmake 2016-06-18 01:00:45 +00:00
amicommon
amiga * regenerated makefiles with latest fpcmake 2016-06-18 01:00:45 +00:00
android * regenerated makefiles with latest fpcmake 2016-06-18 01:00:45 +00:00
arm
aros * regenerated makefiles with latest fpcmake 2016-06-18 01:00:45 +00:00
atari * regenerated makefiles with latest fpcmake 2016-06-18 01:00:45 +00:00
avr
beos * regenerated makefiles with latest fpcmake 2016-06-18 01:00:45 +00:00
bsd - removed "Set8087CW(Default8087CW)" call from SysEntry: 2016-06-15 18:32:07 +00:00
charmaps
darwin * regenerated makefiles with latest fpcmake 2016-06-18 01:00:45 +00:00
dragonfly * regenerated makefiles with latest fpcmake 2016-06-18 01:00:45 +00:00
embedded * regenerated makefiles with latest fpcmake 2016-06-18 01:00:45 +00:00
emx * regenerated makefiles with latest fpcmake 2016-06-18 01:00:45 +00:00
freebsd * regenerated makefiles with latest fpcmake 2016-06-18 01:00:45 +00:00
gba * regenerated makefiles with latest fpcmake 2016-06-18 01:00:45 +00:00
go32v2 * regenerated makefiles with latest fpcmake 2016-06-18 01:00:45 +00:00
haiku * regenerated makefiles with latest fpcmake 2016-06-18 01:00:45 +00:00
i386
i8086
inc * declare fpc_zeromem and fpc_fillmem as inline to avoid one call 2016-06-15 20:16:16 +00:00
java * regenerated makefiles with latest fpcmake 2016-06-18 01:00:45 +00:00
jvm
linux * regenerated makefiles with latest fpcmake 2016-06-18 01:00:45 +00:00
m68k
macos * regenerated makefiles with latest fpcmake 2016-06-18 01:00:45 +00:00
mips
mipsel
morphos * regenerated makefiles with latest fpcmake 2016-06-18 01:00:45 +00:00
msdos Fix compilation with -dSYSTEMDEBUG after heap changes (removal of 'tiny' in memory functions in tiny heap) 2016-06-25 08:16:52 +00:00
nativent * regenerated makefiles with latest fpcmake 2016-06-18 01:00:45 +00:00
nds * regenerated makefiles with latest fpcmake 2016-06-18 01:00:45 +00:00
netbsd * regenerated makefiles with latest fpcmake 2016-06-18 01:00:45 +00:00
netware * regenerated makefiles with latest fpcmake 2016-06-18 01:00:45 +00:00
netwlibc * regenerated makefiles with latest fpcmake 2016-06-18 01:00:45 +00:00
objpas
openbsd * regenerated makefiles with latest fpcmake 2016-06-18 01:00:45 +00:00
os2 * regenerated makefiles with latest fpcmake 2016-06-18 01:00:45 +00:00
palmos * regenerated makefiles with latest fpcmake 2016-06-18 01:00:45 +00:00
powerpc
powerpc64
qnx * regenerated makefiles with latest fpcmake 2016-06-18 01:00:45 +00:00
solaris * regenerated makefiles with latest fpcmake 2016-06-18 01:00:45 +00:00
sparc
symbian * regenerated makefiles with latest fpcmake 2016-06-18 01:00:45 +00:00
ucmaps
unix
watcom * regenerated makefiles with latest fpcmake 2016-06-18 01:00:45 +00:00
wii * regenerated makefiles with latest fpcmake 2016-06-18 01:00:45 +00:00
win Rewrite CommandLine creation in Dos.Exec function to avoid problems when ComLine is 255 characters long 2016-06-21 10:13:41 +00:00
win16 * regenerated makefiles with latest fpcmake 2016-06-18 01:00:45 +00:00
win32 * regenerated makefiles with latest fpcmake 2016-06-18 01:00:45 +00:00
win64 * regenerated makefiles with latest fpcmake 2016-06-18 01:00:45 +00:00
wince * regenerated makefiles with latest fpcmake 2016-06-18 01:00:45 +00:00
x86_64
COPYING.FPC
COPYING.txt
fpmake.inc
fpmake.pp
Makefile * regenerated makefiles with latest fpcmake 2016-06-18 01:00:45 +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.