fpc/rtl
2017-08-11 20:28:51 +00:00
..
aarch64
aix Remove double-compilation of unixtype unit 2017-08-02 22:36:28 +00:00
amicommon
amiga
android
arm
aros
atari
avr
beos
bsd
charmaps
darwin
dragonfly
embedded Add more CPU options to embedded/rtl.cfg 2017-08-04 13:38:07 +00:00
emx Fix EMX rtl compilation 2017-08-08 22:36:16 +00:00
freebsd
gba
go32v2
haiku Remove erroneous directory prefixes for PPU files in dependencies 2017-08-04 12:18:35 +00:00
i386 Use REPE prefix instead of REP before CMPS{B,W,L} instruction (wasm generates an error for REP) 2017-08-05 19:50:18 +00:00
i8086
inc
java * copy and include rttih.inc (even though the functions are not available currently) 2017-08-11 20:28:51 +00:00
jvm
linux
m68k
macos
mips
mipsel
morphos
msdos Fix for FPU generated exception as interrupt 0x10, contributed by Max Nazhalov 2017-07-29 11:50:21 +00:00
nativent
nds
netbsd netbsd/powerpc: made it to build at least. resulting executables probably still crash & burn 2017-08-08 14:31:57 +00:00
netware Add missing SharedSuffix constant to system unit 2017-08-04 14:17:28 +00:00
netwlibc
objpas
openbsd Avoid double rule for iso7185 unit 2017-08-04 09:12:39 +00:00
os2
palmos m68k-palmos: yet another broken-over-a-decade platform build fixed 2017-08-08 19:10:27 +00:00
powerpc
powerpc64
qnx
solaris
sparc
sparc64
symbian Partial fix for symbian rtl Makefile problems 2017-08-07 08:46:06 +00:00
ucmaps
unix * change external name of wait to wait instead of waitpid. Reported 2017-08-08 10:56:54 +00:00
watcom Define conditional FASTMOVE_DISABLE_SSE3 to discard SSE specific code, needed for Watcom Assembler support 2017-08-04 20:53:09 +00:00
wii Fix RTL compilation of wii OS (with -Sfresources only) 2017-08-11 15:44:07 +00:00
win
win16
win32
win64
wince * declare REFIID compatible to Win32/Win64 2017-07-28 15:43:13 +00:00
x86_64
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.