fpc/rtl
2024-03-26 13:26:45 +00:00
..
aarch64
aix * regenerated Makefiles after last commit 2024-03-23 22:30:37 +01:00
amicommon * Add delphi-compatible observers to classes 2023-11-08 00:04:18 +01:00
amiga * regenerated Makefiles after last commit 2024-03-23 22:30:37 +01:00
android * regenerated Makefiles after last commit 2024-03-23 22:30:37 +01:00
arm
aros * regenerated Makefiles after last commit 2024-03-23 22:30:37 +01:00
atari * regenerated Makefiles after last commit 2024-03-23 22:30:37 +01:00
avr
beos * regenerated Makefiles after last commit 2024-03-23 22:30:37 +01:00
bsd * Enable monitor support 2024-02-24 18:11:23 +01:00
charmaps
darwin * regenerated Makefiles after last commit 2024-03-23 22:30:37 +01:00
dragonfly * regenerated Makefiles after last commit 2024-03-23 22:30:37 +01:00
embedded Added missing RP2040 definition in Makefile.rtl to make sure that regenerating of Makefiles does not remove rp2040 unit 2024-03-23 21:25:37 +00:00
emx * regenerated Makefiles after last commit 2024-03-23 22:30:37 +01:00
freebsd * regenerated Makefiles after last commit 2024-03-23 22:30:37 +01:00
freertos Add efuse library to default list of static link libraries. 2024-03-26 13:26:45 +00:00
gba * regenerated Makefiles after last commit 2024-03-23 22:30:37 +01:00
go32v2 * regenerated Makefiles after last commit 2024-03-23 22:30:37 +01:00
haiku * regenerated Makefiles after last commit 2024-03-23 22:30:37 +01:00
human68k * regenerated Makefiles after last commit 2024-03-23 22:30:37 +01:00
i386 Don’t misalign FillChar pattern. 2024-03-10 21:24:21 +00:00
i8086
inc Added missing RP2040 definition in Makefile.rtl to make sure that regenerating of Makefiles does not remove rp2040 unit 2024-03-23 21:25:37 +00:00
java * regenerated Makefiles after last commit 2024-03-23 22:30:37 +01:00
jvm
linux * regenerated Makefiles after last commit 2024-03-23 22:30:37 +01:00
loongarch64
m68k
macos * regenerated Makefiles after last commit 2024-03-23 22:30:37 +01:00
mips
mips64
mips64el
mipsel
morphos * regenerated Makefiles after last commit 2024-03-23 22:30:37 +01:00
msdos * regenerated Makefiles after last commit 2024-03-23 22:30:37 +01:00
msxdos * regenerated Makefiles after last commit 2024-03-23 22:30:37 +01:00
namespaced Fix missing configuration for namespaces to make rp2040.pp build on main compiler 2024-03-17 09:35:13 +00:00
nativent * regenerated Makefiles after last commit 2024-03-23 22:30:37 +01:00
nds * regenerated Makefiles after last commit 2024-03-23 22:30:37 +01:00
netbsd * regenerated Makefiles after last commit 2024-03-23 22:30:37 +01:00
netware * regenerated Makefiles after last commit 2024-03-23 22:30:37 +01:00
netwlibc * regenerated Makefiles after last commit 2024-03-23 22:30:37 +01:00
objpas * patch by Rika: fix incorrect exception handling if an exception raised in TThread decendant class's constructor, resolves #40677 2024-03-16 22:27:32 +01:00
openbsd * regenerated Makefiles after last commit 2024-03-23 22:30:37 +01:00
os2 * regenerated Makefiles after last commit 2024-03-23 22:30:37 +01:00
palmos * regenerated Makefiles after last commit 2024-03-23 22:30:37 +01:00
powerpc Revert wrong commit about PIC code for powerpc-linux 2023-11-20 22:08:19 +01:00
powerpc64
ppcgen
qnx human68k: regenerated Makefiles 2023-11-30 23:43:27 +00:00
riscv
riscv32
riscv64
sinclairql * regenerated Makefiles after last commit 2024-03-23 22:30:37 +01:00
solaris * regenerated Makefiles after last commit 2024-03-23 22:30:37 +01:00
sparc
sparc64
symbian * regenerated Makefiles after last commit 2024-03-23 22:30:37 +01:00
ucmaps
unix * Prevent file handle leak 2024-01-28 11:30:37 +01:00
wasi * regenerated Makefiles after last commit 2024-03-23 22:30:37 +01:00
wasm32
watcom * regenerated Makefiles after last commit 2024-03-23 22:30:37 +01:00
wii * regenerated Makefiles after last commit 2024-03-23 22:30:37 +01:00
win * Handle potential double defintion of INFINITE 2024-02-24 19:52:00 +01:00
win16 * regenerated Makefiles after last commit 2024-03-23 22:30:37 +01:00
win32 * regenerated Makefiles after last commit 2024-03-23 22:30:37 +01:00
win64 * regenerated Makefiles after last commit 2024-03-23 22:30:37 +01:00
wince * regenerated Makefiles after last commit 2024-03-23 22:30:37 +01:00
x86_64 + CMPXCHG16BSupport 2024-02-28 22:18:42 +01:00
xtensa + set pi_do_call on xtensa as well if we check for fpu exceptions 2024-02-14 23:04:25 +01:00
z80
zxspectrum * regenerated Makefiles after last commit 2024-03-23 22:30:37 +01:00
COPYING.FPC
COPYING.txt
fpmake.inc
fpmake.pp
Makefile human68k: regenerated Makefiles 2023-11-30 23:43:27 +00:00
Makefile.fpc human68k: actually tell the build system where the rtl directory is 2023-11-30 23:43:27 +00:00
README.txt
regenmakefiles.sh * Fix typo 2024-03-21 10:32:23 +01:00

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.