fpc/rtl
2023-03-27 18:45:00 +00:00
..
aarch64
aix Add aarch64-iphonesim target 2023-03-27 18:45:00 +00:00
amicommon AThreads: ThreadInfo for the main thread move to a global var to prevent problems with heap manager 2023-02-19 14:09:29 +01:00
amiga Add aarch64-iphonesim target 2023-03-27 18:45:00 +00:00
android Add aarch64-iphonesim target 2023-03-27 18:45:00 +00:00
arm
aros Add aarch64-iphonesim target 2023-03-27 18:45:00 +00:00
atari Add aarch64-iphonesim target 2023-03-27 18:45:00 +00:00
avr
beos Add aarch64-iphonesim target 2023-03-27 18:45:00 +00:00
bsd * building on darwin (and most likely other BSDs) fixed 2023-01-21 21:19:24 +01:00
charmaps
darwin Add aarch64-iphonesim target 2023-03-27 18:45:00 +00:00
dragonfly Add aarch64-iphonesim target 2023-03-27 18:45:00 +00:00
embedded Add aarch64-iphonesim target 2023-03-27 18:45:00 +00:00
emx Add aarch64-iphonesim target 2023-03-27 18:45:00 +00:00
freebsd Add aarch64-iphonesim target 2023-03-27 18:45:00 +00:00
freertos Add aarch64-iphonesim target 2023-03-27 18:45:00 +00:00
gba Add aarch64-iphonesim target 2023-03-27 18:45:00 +00:00
go32v2 Add aarch64-iphonesim target 2023-03-27 18:45:00 +00:00
haiku Add aarch64-iphonesim target 2023-03-27 18:45:00 +00:00
i386 IndexWord and IndexDWord for i386 without REP SCAS. 2023-03-18 15:44:03 +00:00
i8086
inc * Better signature for Initialize/Finalize dummies 2023-03-19 15:22:54 +01:00
java Add aarch64-iphonesim target 2023-03-27 18:45:00 +00:00
jvm
linux Add aarch64-iphonesim target 2023-03-27 18:45:00 +00:00
loongarch64 Fix compilation error with -dFPC_USE_LIBC for loongarch64 cpu 2023-02-13 22:43:30 +00:00
m68k
macos Add aarch64-iphonesim target 2023-03-27 18:45:00 +00:00
mips
mips64
mips64el
mipsel
morphos Add aarch64-iphonesim target 2023-03-27 18:45:00 +00:00
msdos Add aarch64-iphonesim target 2023-03-27 18:45:00 +00:00
msxdos Add aarch64-iphonesim target 2023-03-27 18:45:00 +00:00
nativent Add aarch64-iphonesim target 2023-03-27 18:45:00 +00:00
nds Add aarch64-iphonesim target 2023-03-27 18:45:00 +00:00
netbsd Add aarch64-iphonesim target 2023-03-27 18:45:00 +00:00
netware Add aarch64-iphonesim target 2023-03-27 18:45:00 +00:00
netwlibc Add aarch64-iphonesim target 2023-03-27 18:45:00 +00:00
objpas * patch by Rika: Use Index* for pointer lists, resolves #40218 2023-03-25 21:32:29 +01:00
openbsd Add aarch64-iphonesim target 2023-03-27 18:45:00 +00:00
os2 Add aarch64-iphonesim target 2023-03-27 18:45:00 +00:00
palmos Add aarch64-iphonesim target 2023-03-27 18:45:00 +00:00
powerpc
powerpc64
ppcgen AIX: fix inverted fpu exception masking 2023-01-20 21:59:57 +01:00
qnx Add aarch64-iphonesim target 2023-03-27 18:45:00 +00:00
riscv
riscv32
riscv64
sinclairql Add aarch64-iphonesim target 2023-03-27 18:45:00 +00:00
solaris Add aarch64-iphonesim target 2023-03-27 18:45:00 +00:00
sparc
sparc64
symbian Add aarch64-iphonesim target 2023-03-27 18:45:00 +00:00
ucmaps
unix Change libc statx function to weakexternal 2023-03-12 16:28:58 +01:00
wasi Add aarch64-iphonesim target 2023-03-27 18:45:00 +00:00
wasm32
watcom Add aarch64-iphonesim target 2023-03-27 18:45:00 +00:00
wii Add aarch64-iphonesim target 2023-03-27 18:45:00 +00:00
win add all peflags 2023-02-13 21:41:54 +00:00
win16 Add aarch64-iphonesim target 2023-03-27 18:45:00 +00:00
win32 Add aarch64-iphonesim target 2023-03-27 18:45:00 +00:00
win64 Add aarch64-iphonesim target 2023-03-27 18:45:00 +00:00
wince Add aarch64-iphonesim target 2023-03-27 18:45:00 +00:00
x86_64 * patch by Rika, trivial adjustments to !373, resolves #40172 2023-02-27 22:07:06 +01:00
xtensa
z80
zxspectrum Add aarch64-iphonesim target 2023-03-27 18:45:00 +00:00
COPYING.FPC
COPYING.txt
fpmake.inc
fpmake.pp
Makefile Add aarch64-iphonesim target 2023-03-27 18:45:00 +00: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.