fpc/rtl
2022-02-04 12:22:40 +01:00
..
aarch64
aix * regenerate all makefiles with latest fpcmake 2022-01-19 07:08:32 +02:00
amicommon
amiga * regenerate all makefiles with latest fpcmake 2022-01-19 07:08:32 +02:00
android * regenerate all makefiles with latest fpcmake 2022-01-19 07:08:32 +02:00
arm
aros * regenerate all makefiles with latest fpcmake 2022-01-19 07:08:32 +02:00
atari * rtl/atari: fix haltproc external name. apparently the atari target uses a different Cprefix in the compiler, so copy-pasting this stuff from the Amiga port don't work 1:1 2022-02-04 12:22:40 +01:00
avr
beos * regenerate all makefiles with latest fpcmake 2022-01-19 07:08:32 +02:00
bsd
charmaps
darwin * regenerate all makefiles with latest fpcmake 2022-01-19 07:08:32 +02:00
dragonfly * regenerate all makefiles with latest fpcmake 2022-01-19 07:08:32 +02:00
embedded
emx * regenerate all makefiles with latest fpcmake 2022-01-19 07:08:32 +02:00
freebsd * regenerate all makefiles with latest fpcmake 2022-01-19 07:08:32 +02:00
freertos Update build and link requirements for esp-idf v4.4. Refactor the version dependent linker fragments list into an array of version specific array of strings for easier updating in future. 2022-01-30 08:14:07 +00:00
gba * regenerate all makefiles with latest fpcmake 2022-01-19 07:08:32 +02:00
go32v2 * regenerate all makefiles with latest fpcmake 2022-01-19 07:08:32 +02:00
haiku * regenerate all makefiles with latest fpcmake 2022-01-19 07:08:32 +02:00
i386 + routines to test for AVX512VNNI and AVX512BITALG support 2022-01-21 18:23:04 +01:00
i8086
inc Added TranslatePlaceholderCP in fpc_Read_Text_AnsiStr procedure. 2022-01-26 20:28:17 +00:00
java Fix compilation of jvm-java and jvm-android rtl 2022-01-20 18:02:00 +00:00
jvm
linux * regenerate all makefiles with latest fpcmake 2022-01-19 07:08:32 +02:00
m68k
macos * regenerate all makefiles with latest fpcmake 2022-01-19 07:08:32 +02:00
mips
mipsel
morphos * regenerate all makefiles with latest fpcmake 2022-01-19 07:08:32 +02:00
msdos * regenerate all makefiles with latest fpcmake 2022-01-19 07:08:32 +02:00
msxdos * regenerate all makefiles with latest fpcmake 2022-01-19 07:08:32 +02:00
nativent * regenerate all makefiles with latest fpcmake 2022-01-19 07:08:32 +02:00
nds * regenerate all makefiles with latest fpcmake 2022-01-19 07:08:32 +02:00
netbsd * regenerate all makefiles with latest fpcmake 2022-01-19 07:08:32 +02:00
netware * regenerate all makefiles with latest fpcmake 2022-01-19 07:08:32 +02:00
netwlibc * regenerate all makefiles with latest fpcmake 2022-01-19 07:08:32 +02:00
objpas * Remove duplicate HexDigits constants. Fix issue #39462 2022-01-31 10:05:33 +01:00
openbsd * regenerate all makefiles with latest fpcmake 2022-01-19 07:08:32 +02:00
os2 * regenerate all makefiles with latest fpcmake 2022-01-19 07:08:32 +02:00
palmos * regenerate all makefiles with latest fpcmake 2022-01-19 07:08:32 +02:00
powerpc
powerpc64
qnx * regenerate all makefiles with latest fpcmake 2022-01-19 07:08:32 +02:00
riscv
riscv32
riscv64
sinclairql * regenerate all makefiles with latest fpcmake 2022-01-19 07:08:32 +02:00
solaris * regenerate all makefiles with latest fpcmake 2022-01-19 07:08:32 +02:00
sparc
sparc64
symbian * regenerate all makefiles with latest fpcmake 2022-01-19 07:08:32 +02:00
ucmaps
unix
wasi + define USE_NOTHREADMANAGER in the WASI system unit 2022-01-26 16:39:29 +02:00
wasm32
watcom * regenerate all makefiles with latest fpcmake 2022-01-19 07:08:32 +02:00
wii * regenerate all makefiles with latest fpcmake 2022-01-19 07:08:32 +02:00
win
win16 * regenerate all makefiles with latest fpcmake 2022-01-19 07:08:32 +02:00
win32 * regenerate all makefiles with latest fpcmake 2022-01-19 07:08:32 +02:00
win64 * regenerate all makefiles with latest fpcmake 2022-01-19 07:08:32 +02:00
wince * regenerate all makefiles with latest fpcmake 2022-01-19 07:08:32 +02:00
x86_64 + routines to test for AVX512VNNI and AVX512BITALG support 2022-01-21 18:23:04 +01:00
xtensa
z80
zxspectrum * regenerate all makefiles with latest fpcmake 2022-01-19 07:08:32 +02:00
COPYING.FPC
COPYING.txt
fpmake.inc
fpmake.pp
Makefile * regenerate all makefiles with latest fpcmake 2022-01-19 07:08:32 +02:00
Makefile.fpc
README.txt

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.