fpc/rtl
2023-09-13 21:02:36 +00:00
..
aarch64 * fix #40421: implement assembly variants of the SwapEndian functions for Aarch64 2023-09-08 15:03:51 +02:00
aix Replace fpwidestring by FPWIDESTRINGUNIT variable 2023-09-13 21:02:36 +00:00
amicommon Amiga: Enable Dotted RTL for Amiga 2023-08-27 12:13:43 +02:00
amiga Use CP_UNITS in OS Makefile.fpc 2023-09-13 20:53:24 +00:00
android Replace fpwidestring by FPWIDESTRINGUNIT variable 2023-09-13 21:02:36 +00:00
arm
aros Use CP_UNITS in OS Makefile.fpc 2023-09-13 20:53:24 +00:00
atari Use CP_UNITS in OS Makefile.fpc 2023-09-13 20:53:24 +00:00
avr
beos Use CP_UNITS in OS Makefile.fpc 2023-09-13 20:53:24 +00:00
bsd
charmaps
darwin Use CP_UNITS in OS Makefile.fpc 2023-09-13 20:53:24 +00:00
dragonfly Replace fpwidestring by FPWIDESTRINGUNIT variable 2023-09-13 21:02:36 +00:00
embedded Use CP_UNITS variable 2023-09-13 20:34:16 +00:00
emx Use CP_UNITS in OS Makefile.fpc 2023-09-13 20:53:24 +00:00
freebsd Replace fpwidestring by FPWIDESTRINGUNIT variable 2023-09-13 21:02:36 +00:00
freertos Use CP_UNITS in OS Makefile.fpc 2023-09-13 20:53:24 +00:00
gba Use CP_UNITS in OS Makefile.fpc 2023-09-13 20:53:24 +00:00
go32v2 Replace fpwidestring by FPWIDESTRINGUNIT variable 2023-09-13 21:02:36 +00:00
haiku Use CP_UNITS in OS Makefile.fpc 2023-09-13 20:53:24 +00:00
i386 Remove ancient i386 implementations of (large)set_(add/mul/sub/symdif/contains)_sets that were kept as references until someone implements varset_* versions, according to the comment. 2023-08-30 19:38:33 +00:00
i8086
inc Add all codepage unit source files to cpall dependency 2023-09-13 20:06:34 +00:00
java Regenerate rtl Mzkefile's 2023-09-12 21:39:27 +00:00
jvm
linux Use CP_UNITS in OS Makefile.fpc 2023-09-13 20:53:24 +00:00
loongarch64 Applied fix for binutils 2.41 for loongarch64 suggested by Jinyang He 2023-08-11 08:58:40 +00:00
m68k
macos Use CP_UNITS in OS Makefile.fpc 2023-09-13 20:53:24 +00:00
mips
mips64
mips64el
mipsel
morphos Use CP_UNITS in OS Makefile.fpc 2023-09-13 20:53:24 +00:00
msdos Use CP_UNITS in OS Makefile.fpc 2023-09-13 20:53:24 +00:00
msxdos Replace fpwidestring by FPWIDESTRINGUNIT variable 2023-09-13 21:02:36 +00:00
namespaced
nativent Use CP_UNITS variable 2023-09-13 20:34:16 +00:00
nds Use CP_UNITS in OS Makefile.fpc 2023-09-13 20:53:24 +00:00
netbsd Replace fpwidestring by FPWIDESTRINGUNIT variable 2023-09-13 21:02:36 +00:00
netware Use CP_UNITS in OS Makefile.fpc 2023-09-13 20:53:24 +00:00
netwlibc Use CP_UNITS variable 2023-09-13 20:34:16 +00:00
objpas Remake AdjustLineBreaks. 2023-08-29 20:08:03 +00:00
openbsd Replace fpwidestring by FPWIDESTRINGUNIT variable 2023-09-13 21:02:36 +00:00
os2 Use CP_UNITS in OS Makefile.fpc 2023-09-13 20:53:24 +00:00
palmos Use CP_UNITS variable 2023-09-13 20:34:16 +00:00
powerpc
powerpc64
ppcgen
qnx Remove OS getopts rule and use GETOPTSUNIT variable 2023-09-13 20:06:34 +00:00
riscv
riscv32 Added changes that didn't commit in merge 427 2023-08-28 22:14:46 +02:00
riscv64
sinclairql Replace fpwidestring by FPWIDESTRINGUNIT variable 2023-09-13 21:02:36 +00:00
solaris Replace fpwidestring by FPWIDESTRINGUNIT variable 2023-09-13 21:02:36 +00:00
sparc
sparc64
symbian Regenerate rtl Mzkefile's 2023-09-12 21:39:27 +00:00
ucmaps
unix
wasi Use CP_UNITS in OS Makefile.fpc 2023-09-13 20:53:24 +00:00
wasm32
watcom Use CP_UNITS in OS Makefile.fpc 2023-09-13 20:53:24 +00:00
wii Use CP_UNITS in OS Makefile.fpc 2023-09-13 20:53:24 +00:00
win
win16 Use CP_UNITS in OS Makefile.fpc 2023-09-13 20:53:24 +00:00
win32 Use CP_UNITS in OS Makefile.fpc 2023-09-13 20:53:24 +00:00
win64 Use CP_UNITS in OS Makefile.fpc 2023-09-13 20:53:24 +00:00
wince Use CP_UNITS in OS Makefile.fpc 2023-09-13 20:53:24 +00:00
x86_64 Specialized fpc_varset_OP_sets for i386 and x86-64. 2023-08-30 19:38:33 +00:00
xtensa
z80
zxspectrum Regenerate rtl Mzkefile's 2023-09-12 21:39:27 +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.