fpc/rtl
2025-03-04 18:01:47 +01:00
..
aarch64
aix * fix further instances where reallocmem instead of sysreallocmem is used to allocate the cmdline buffer, resolves #41168 2025-03-02 12:57:11 +01:00
amicommon
amiga * regen makefiles 2025-02-28 15:12:20 +02:00
android * regen makefiles 2025-02-28 15:12:20 +02:00
arm
aros * regen makefiles 2025-02-28 15:12:20 +02:00
atari * regen makefiles 2025-02-28 15:12:20 +02:00
avr
beos * regen makefiles 2025-02-28 15:12:20 +02:00
bsd * use sysreallocmem as proposed in #41168 2025-03-02 12:54:42 +01:00
charmaps
darwin * regen makefiles 2025-02-28 15:12:20 +02:00
dragonfly * regen makefiles 2025-02-28 15:12:20 +02:00
embedded * regen makefiles 2025-02-28 15:12:20 +02:00
emx * regen makefiles 2025-02-28 15:12:20 +02:00
freebsd * regen makefiles 2025-02-28 15:12:20 +02:00
freertos * regen makefiles 2025-02-28 15:12:20 +02:00
gba * regen makefiles 2025-02-28 15:12:20 +02:00
go32v2 * regen makefiles 2025-02-28 15:12:20 +02:00
haiku * regen makefiles 2025-02-28 15:12:20 +02:00
human68k * regen makefiles 2025-02-28 15:12:20 +02:00
i386
i8086
inc
java * regen makefiles 2025-02-28 15:12:20 +02:00
jvm
linux * regen makefiles 2025-02-28 15:12:20 +02:00
loongarch64
m68k
macos * regen makefiles 2025-02-28 15:12:20 +02:00
mips
mips64
mips64el
mipsel
morphos * regen makefiles 2025-02-28 15:12:20 +02:00
msdos * regen makefiles 2025-02-28 15:12:20 +02:00
msxdos * regen makefiles 2025-02-28 15:12:20 +02:00
namespaced
nativent * regen makefiles 2025-02-28 15:12:20 +02:00
nds * fix further instances where reallocmem instead of sysreallocmem is used to allocate the cmdline buffer, resolves #41168 2025-03-02 12:57:11 +01:00
netbsd * regen makefiles 2025-02-28 15:12:20 +02:00
netware * regen makefiles 2025-02-28 15:12:20 +02:00
netwlibc * regen makefiles 2025-02-28 15:12:20 +02:00
objpas * Add GetTypeName, GetPropName 2025-03-04 18:01:47 +01:00
openbsd * regen makefiles 2025-02-28 15:12:20 +02:00
os2 * regen makefiles 2025-02-28 15:12:20 +02:00
palmos * regen makefiles 2025-02-28 15:12:20 +02:00
powerpc
powerpc64
ppcgen
ps1 * regen makefiles 2025-02-28 15:12:20 +02:00
qnx * regen makefiles 2025-02-28 15:12:20 +02:00
riscv
riscv32
riscv64
sinclairql * regen makefiles 2025-02-28 15:12:20 +02:00
solaris * fix further instances where reallocmem instead of sysreallocmem is used to allocate the cmdline buffer, resolves #41168 2025-03-02 12:57:11 +01:00
sparc
sparc64
symbian * regen makefiles 2025-02-28 15:12:20 +02:00
ucmaps
unix
wasicommon * WASI system.pp: check that WebAssembly threads are always turned off for the wasip1 target, and always turned on for the wasip1threads target 2025-02-28 15:12:21 +02:00
wasip1 * moved the common WASI RTL source files and includes to a 'wasicommon' dir 2025-02-28 15:12:21 +02:00
wasip1threads * moved the common WASI RTL source files and includes to a 'wasicommon' dir 2025-02-28 15:12:21 +02:00
wasm32
watcom * regen makefiles 2025-02-28 15:12:20 +02:00
wii * fix further instances where reallocmem instead of sysreallocmem is used to allocate the cmdline buffer, resolves #41168 2025-03-02 12:57:11 +01:00
win
win16 * regen makefiles 2025-02-28 15:12:20 +02:00
win32 * regen makefiles 2025-02-28 15:12:20 +02:00
win64 * regen makefiles 2025-02-28 15:12:20 +02:00
wince * regen makefiles 2025-02-28 15:12:20 +02:00
x86_64
xtensa
z80
zxspectrum * regen makefiles 2025-02-28 15:12:20 +02:00
COPYING.FPC
COPYING.txt
fpmake.inc
fpmake.pp
Makefile * regen makefiles 2025-02-28 15:12:20 +02:00
Makefile.fpc * regen makefiles 2025-02-28 15:12:20 +02: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.