fpc/rtl
2024-10-04 16:45:12 +03:00
..
aarch64
aix First compiler Build 2024-09-29 16:56:18 +03:00
amicommon
amiga First compiler Build 2024-09-29 16:56:18 +03:00
android First compiler Build 2024-09-29 16:56:18 +03:00
arm
aros First compiler Build 2024-09-29 16:56:18 +03:00
atari First compiler Build 2024-09-29 16:56:18 +03:00
avr
beos First compiler Build 2024-09-29 16:56:18 +03:00
bsd
charmaps
darwin First compiler Build 2024-09-29 16:56:18 +03:00
dragonfly First compiler Build 2024-09-29 16:56:18 +03:00
embedded First compiler Build 2024-09-29 16:56:18 +03:00
emx First compiler Build 2024-09-29 16:56:18 +03:00
freebsd First compiler Build 2024-09-29 16:56:18 +03:00
freertos First compiler Build 2024-09-29 16:56:18 +03:00
gba First compiler Build 2024-09-29 16:56:18 +03:00
go32v2 First compiler Build 2024-09-29 16:56:18 +03:00
haiku First compiler Build 2024-09-29 16:56:18 +03:00
human68k First compiler Build 2024-09-29 16:56:18 +03:00
i386
i8086
inc
java First compiler Build 2024-09-29 16:56:18 +03:00
jvm
linux First compiler Build 2024-09-29 16:56:18 +03:00
loongarch64
m68k
macos First compiler Build 2024-09-29 16:56:18 +03:00
mips - MIPS: removed functions get_fsr and set_fsr from the RTL in case the SoftFPU 2024-10-02 20:26:01 +03:00
mips64
mips64el
mipsel
morphos First compiler Build 2024-09-29 16:56:18 +03:00
msdos First compiler Build 2024-09-29 16:56:18 +03:00
msxdos First compiler Build 2024-09-29 16:56:18 +03:00
namespaced
nativent First compiler Build 2024-09-29 16:56:18 +03:00
nds First compiler Build 2024-09-29 16:56:18 +03:00
netbsd First compiler Build 2024-09-29 16:56:18 +03:00
netware First compiler Build 2024-09-29 16:56:18 +03:00
netwlibc First compiler Build 2024-09-29 16:56:18 +03:00
objpas Adding TNullPtr to types 2024-10-02 05:30:09 +00:00
openbsd First compiler Build 2024-09-29 16:56:18 +03:00
os2 First compiler Build 2024-09-29 16:56:18 +03:00
palmos First compiler Build 2024-09-29 16:56:18 +03:00
powerpc
powerpc64
ppcgen
ps1 + PS1: initialize StackLength and StackBottom 2024-10-04 16:45:12 +03:00
qnx First compiler Build 2024-09-29 16:56:18 +03:00
riscv
riscv32
riscv64
sinclairql First compiler Build 2024-09-29 16:56:18 +03:00
solaris First compiler Build 2024-09-29 16:56:18 +03:00
sparc
sparc64
symbian First compiler Build 2024-09-29 16:56:18 +03:00
ucmaps
unix
wasi First compiler Build 2024-09-29 16:56:18 +03:00
wasm32
watcom First compiler Build 2024-09-29 16:56:18 +03:00
wii First compiler Build 2024-09-29 16:56:18 +03:00
win
win16 First compiler Build 2024-09-29 16:56:18 +03:00
win32 First compiler Build 2024-09-29 16:56:18 +03:00
win64 First compiler Build 2024-09-29 16:56:18 +03:00
wince First compiler Build 2024-09-29 16:56:18 +03:00
x86_64
xtensa
z80
zxspectrum + enabled compilation of unit strings for the ZX Spectrum 2024-09-30 02:29:46 +03:00
COPYING.FPC
COPYING.txt
fpmake.inc
fpmake.pp
Makefile dirs_ps1=ps1 2024-09-29 16:59:02 +03:00
Makefile.fpc dirs_ps1=ps1 2024-09-29 16:59:02 +03:00
README.txt
regenmakefiles.bat
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.