fpc/rtl
2019-05-10 15:21:32 +00:00
..
aarch64
aix
amicommon
amiga
android
arm
aros
atari
avr - Adds intrinsics to save/restore SREG when disabling interrupts. 2019-04-18 18:26:51 +00:00
beos Use TIOCtlRequest type for local variable nr inside TCSetAttr function 2019-05-10 07:23:31 +00:00
bsd FreeBSD fixes for stat and dirent records 2019-05-01 15:59:52 +00:00
charmaps
darwin Use TIOCtlRequest type for local variable nr inside TCSetAttr function 2019-05-10 07:23:31 +00:00
dragonfly
embedded Comment out ports, doscalls, crt printer and graph rules completely to avoid multiple calls to compiler for same unit 2019-04-28 05:48:27 +00:00
emx
freebsd Update dev_t, ino_t and nlink_t types to cunit64 2019-05-01 16:04:38 +00:00
gba
go32v2
haiku Use TIOCtlRequest type for local variable nr inside TCSetAttr function 2019-05-10 07:23:31 +00:00
i386
i8086
inc Avoid warnings when -v0 is used by using $push/$pop 2019-04-29 14:19:16 +00:00
java
jvm
linux Use TIOCtlRequest type for local variable nr inside TCSetAttr function 2019-05-10 07:23:31 +00:00
m68k
macos
mips
mipsel
morphos
msdos
nativent
nds
netbsd Use TIOCtlRequest type for local variable nr inside TCSetAttr function 2019-05-10 07:23:31 +00:00
netware
netwlibc
objpas Avoid warnings when -v0 is used by using $push/$pop 2019-04-29 14:19:16 +00:00
openbsd Use TIOCtlRequest type for local variable nr inside TCSetAttr function 2019-05-10 07:23:31 +00:00
os2
palmos
powerpc
powerpc64
qnx
riscv32
riscv64
solaris
sparc
sparc64
symbian
ucmaps
unix * Improve handling of command line args setting variables (did not work if it contained spaces) 2019-05-07 08:13:38 +00:00
watcom
wii
win * getguiresources + constants, mantis 035546 by 440bx 2019-05-10 15:21:32 +00:00
win16
win32
win64
wince
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).

Enjoy.