fpc/rtl
2023-09-13 21:09:22 +00:00
..
aarch64
aix Regenerate RTL Makefile's 2023-09-13 21:09:22 +00:00
amicommon
amiga Regenerate RTL Makefile's 2023-09-13 21:09:22 +00:00
android Regenerate RTL Makefile's 2023-09-13 21:09:22 +00:00
arm
aros Regenerate RTL Makefile's 2023-09-13 21:09:22 +00:00
atari Regenerate RTL Makefile's 2023-09-13 21:09:22 +00:00
avr
beos Regenerate RTL Makefile's 2023-09-13 21:09:22 +00:00
bsd
charmaps
darwin Regenerate RTL Makefile's 2023-09-13 21:09:22 +00:00
dragonfly Regenerate RTL Makefile's 2023-09-13 21:09:22 +00:00
embedded Regenerate RTL Makefile's 2023-09-13 21:09:22 +00:00
emx Regenerate RTL Makefile's 2023-09-13 21:09:22 +00:00
freebsd Regenerate RTL Makefile's 2023-09-13 21:09:22 +00:00
freertos Regenerate RTL Makefile's 2023-09-13 21:09:22 +00:00
gba Regenerate RTL Makefile's 2023-09-13 21:09:22 +00:00
go32v2 Regenerate RTL Makefile's 2023-09-13 21:09:22 +00:00
haiku Regenerate RTL Makefile's 2023-09-13 21:09:22 +00:00
i386
i8086
inc Add all codepage unit source files to cpall dependency 2023-09-13 20:06:34 +00:00
java Regenerate RTL Makefile's 2023-09-13 21:09:22 +00:00
jvm
linux Regenerate RTL Makefile's 2023-09-13 21:09:22 +00:00
loongarch64
m68k
macos Regenerate RTL Makefile's 2023-09-13 21:09:22 +00:00
mips
mips64
mips64el
mipsel
morphos Regenerate RTL Makefile's 2023-09-13 21:09:22 +00:00
msdos Regenerate RTL Makefile's 2023-09-13 21:09:22 +00:00
msxdos Regenerate RTL Makefile's 2023-09-13 21:09:22 +00:00
namespaced
nativent Regenerate RTL Makefile's 2023-09-13 21:09:22 +00:00
nds Regenerate RTL Makefile's 2023-09-13 21:09:22 +00:00
netbsd Regenerate RTL Makefile's 2023-09-13 21:09:22 +00:00
netware Regenerate RTL Makefile's 2023-09-13 21:09:22 +00:00
netwlibc Regenerate RTL Makefile's 2023-09-13 21:09:22 +00:00
objpas
openbsd Regenerate RTL Makefile's 2023-09-13 21:09:22 +00:00
os2 Regenerate RTL Makefile's 2023-09-13 21:09:22 +00:00
palmos Regenerate RTL Makefile's 2023-09-13 21:09:22 +00:00
powerpc
powerpc64
ppcgen
qnx Remove OS getopts rule and use GETOPTSUNIT variable 2023-09-13 20:06:34 +00:00
riscv
riscv32
riscv64
sinclairql Regenerate RTL Makefile's 2023-09-13 21:09:22 +00:00
solaris Regenerate RTL Makefile's 2023-09-13 21:09:22 +00:00
sparc
sparc64
symbian Regenerate RTL Makefile's 2023-09-13 21:09:22 +00:00
ucmaps
unix
wasi Regenerate RTL Makefile's 2023-09-13 21:09:22 +00:00
wasm32
watcom Regenerate RTL Makefile's 2023-09-13 21:09:22 +00:00
wii Regenerate RTL Makefile's 2023-09-13 21:09:22 +00:00
win
win16 Regenerate RTL Makefile's 2023-09-13 21:09:22 +00:00
win32 Regenerate RTL Makefile's 2023-09-13 21:09:22 +00:00
win64 Regenerate RTL Makefile's 2023-09-13 21:09:22 +00:00
wince Regenerate RTL Makefile's 2023-09-13 21:09:22 +00:00
x86_64
xtensa
z80
zxspectrum Regenerate RTL Makefile's 2023-09-13 21:09:22 +00:00
COPYING.FPC
COPYING.txt
fpmake.inc
fpmake.pp
Makefile
Makefile.fpc
README.txt
regenmakefiles.sh

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.