fpc/rtl
2023-09-26 01:02:45 +02:00
..
aarch64
aix Handle typinfo unit for DOTTED 2023-09-26 01:02:45 +02:00
amicommon
amiga Handle typinfo unit for DOTTED 2023-09-26 01:02:45 +02:00
android Handle typinfo unit for DOTTED 2023-09-26 01:02:45 +02:00
arm
aros Regenerate Makefile's after DOTTED conversions 2023-09-25 16:39:02 +02:00
atari Regenerate Makefile's after DOTTED conversions 2023-09-25 16:39:02 +02:00
avr
beos Handle typinfo unit for DOTTED 2023-09-26 01:02:45 +02:00
bsd
charmaps
darwin Handle typinfo unit for DOTTED 2023-09-26 01:02:45 +02:00
dragonfly Handle typinfo unit for DOTTED 2023-09-26 01:02:45 +02:00
embedded Replace typinfo and types unit by TYPINFOUNIT and TYPESUNIT 2023-09-26 01:02:45 +02:00
emx Regenerate Makefile's after DOTTED conversions 2023-09-25 16:39:02 +02:00
freebsd Handle typinfo unit for DOTTED 2023-09-26 01:02:45 +02:00
freertos Replace typinfo and types unit by TYPINFOUNIT and TYPESUNIT 2023-09-26 01:02:45 +02:00
gba Handle typinfo unit for DOTTED 2023-09-26 01:02:45 +02:00
go32v2 Handle typinfo unit for DOTTED 2023-09-26 01:02:45 +02:00
haiku Handle typinfo unit for DOTTED 2023-09-26 01:02:45 +02:00
i386 Revert " * patch by Rika: In i386/set.inc, use “pop mem” instead of “pop reg; mov mem ← reg”, resolves " 2023-09-20 22:58:34 +02:00
i8086
inc Handle win16 specific units: wintypes winprocs and win31 for DOTTED 2023-09-26 01:02:44 +02:00
java Regenerate Makefile's after DOTTED conversions 2023-09-25 16:39:02 +02:00
jvm
linux Handle typinfo unit for DOTTED 2023-09-26 01:02:45 +02:00
loongarch64
m68k
macos Regenerate Makefile's after DOTTED conversions 2023-09-25 16:39:02 +02:00
mips
mips64
mips64el
mipsel
morphos Regenerate Makefile's after DOTTED conversions 2023-09-25 16:39:02 +02:00
msdos Regenerate Makefile's after DOTTED conversions 2023-09-25 16:39:02 +02:00
msxdos Handle typinfo unit for DOTTED 2023-09-26 01:02:45 +02:00
namespaced
nativent Replace typinfo and types unit by TYPINFOUNIT and TYPESUNIT 2023-09-26 01:02:45 +02:00
nds Handle typinfo unit for DOTTED 2023-09-26 01:02:45 +02:00
netbsd Handle typinfo unit for DOTTED 2023-09-26 01:02:45 +02:00
netware Regenerate Makefile's after DOTTED conversions 2023-09-25 16:39:02 +02:00
netwlibc Handle typinfo unit for DOTTED 2023-09-26 01:02:45 +02:00
objpas
openbsd Handle typinfo unit for DOTTED 2023-09-26 01:02:45 +02:00
os2 Regenerate Makefile's after DOTTED conversions 2023-09-25 16:39:02 +02:00
palmos Handle typinfo unit for DOTTED 2023-09-26 01:02:45 +02:00
powerpc
powerpc64
ppcgen
qnx Handle typinfo unit for DOTTED 2023-09-26 01:02:45 +02:00
riscv
riscv32
riscv64
sinclairql Handle typinfo unit for DOTTED 2023-09-26 01:02:45 +02:00
solaris Handle typinfo unit for DOTTED 2023-09-26 01:02:45 +02:00
sparc
sparc64
symbian Regenerate Makefile's after DOTTED conversions 2023-09-25 16:39:02 +02:00
ucmaps
unix
wasi Regenerate Makefile's after DOTTED conversions 2023-09-25 16:39:02 +02:00
wasm32
watcom Handle typinfo unit for DOTTED 2023-09-26 01:02:45 +02:00
wii Handle typinfo unit for DOTTED 2023-09-26 01:02:45 +02:00
win
win16 Handle typinfo unit for DOTTED 2023-09-26 01:02:45 +02:00
win32 Handle typinfo unit for DOTTED 2023-09-26 01:02:45 +02:00
win64 Handle typinfo unit for DOTTED 2023-09-26 01:02:45 +02:00
wince Handle typinfo unit for DOTTED 2023-09-26 01:02:45 +02:00
x86_64
xtensa
z80
zxspectrum Regenerate Makefile's after DOTTED conversions 2023-09-25 16:39:02 +02: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.