fpc/rtl
2021-04-25 19:24:18 +00:00
..
aarch64 * fix bootstrapping on aarch64-linux with 3.2.x 2021-04-25 19:24:18 +00:00
aix * regenerated with FreeBSD/AArch64 support 2021-04-10 08:19:40 +00:00
amicommon amiga: check if P is nil while processing params. this should never happen, except sometimes in real world it still happens. so lets be defensive about it 2021-03-25 16:33:22 +00:00
amiga * regenerated with FreeBSD/AArch64 support 2021-04-10 08:19:40 +00:00
android * regenerated with FreeBSD/AArch64 support 2021-04-10 08:19:40 +00:00
arm * thumb2: Optimize fillchar a bit more with a wider inner loop chunk size 2021-04-01 20:55:21 +00:00
aros * regenerated with FreeBSD/AArch64 support 2021-04-10 08:19:40 +00:00
atari atari: implemented stacktop for working stacktraces, implemented stacksize dependent stackmargin, and a system specific backtracestr. however, offs display still doesn't work properly, due to a linker issue (reported) 2021-04-14 14:59:08 +00:00
avr * inlinable frame handling dummies for avr 2020-09-30 21:18:33 +00:00
beos * regenerated with FreeBSD/AArch64 support 2021-04-10 08:19:40 +00:00
bsd + FreeBSD/AArch64 support (patch by Mikaël Urankar, mantis #38441) 2021-04-10 07:57:28 +00:00
charmaps
darwin * improved system unit dependencies 2021-04-23 21:16:16 +00:00
dragonfly * regenerated with FreeBSD/AArch64 support 2021-04-10 08:19:40 +00:00
embedded * regenerated with FreeBSD/AArch64 support 2021-04-10 08:19:40 +00:00
emx * regenerated with FreeBSD/AArch64 support 2021-04-10 08:19:40 +00:00
freebsd * regenerated with FreeBSD/AArch64 support 2021-04-10 08:19:40 +00:00
freertos * regenerated with FreeBSD/AArch64 support 2021-04-10 08:19:40 +00:00
gba * regenerated with FreeBSD/AArch64 support 2021-04-10 08:19:40 +00:00
go32v2 * regenerated with FreeBSD/AArch64 support 2021-04-10 08:19:40 +00:00
haiku * regenerated with FreeBSD/AArch64 support 2021-04-10 08:19:40 +00:00
i386 * do not execute xend twice which was introduced in r48430 2021-01-30 18:46:58 +00:00
i8086 * Set softfloat_rounding_mode indise SetRoundMode function for all CPUs. 2021-01-03 21:44:18 +00:00
inc * insert explicit type cast for the count parameter of move/fillchar wrapping C functions, 2021-04-14 19:02:54 +00:00
java * regenerated with FreeBSD/AArch64 support 2021-04-10 08:19:40 +00:00
jvm
linux * regenerated with FreeBSD/AArch64 support 2021-04-10 08:19:40 +00:00
m68k * Set softfloat_rounding_mode indise SetRoundMode function for all CPUs. 2021-01-03 21:44:18 +00:00
macos * regenerated with FreeBSD/AArch64 support 2021-04-10 08:19:40 +00:00
mips * Set softfloat_rounding_mode indise SetRoundMode function for all CPUs. 2021-01-03 21:44:18 +00:00
mipsel
morphos * regenerated with FreeBSD/AArch64 support 2021-04-10 08:19:40 +00:00
msdos * regenerated with FreeBSD/AArch64 support 2021-04-10 08:19:40 +00:00
msxdos * regenerated with FreeBSD/AArch64 support 2021-04-10 08:19:40 +00:00
nativent * regenerated with FreeBSD/AArch64 support 2021-04-10 08:19:40 +00:00
nds * regenerated with FreeBSD/AArch64 support 2021-04-10 08:19:40 +00:00
netbsd * regenerated with FreeBSD/AArch64 support 2021-04-10 08:19:40 +00:00
netware * regenerated with FreeBSD/AArch64 support 2021-04-10 08:19:40 +00:00
netwlibc * regenerated with FreeBSD/AArch64 support 2021-04-10 08:19:40 +00:00
objpas * fixed MSecsToTimeStamp by Lagunov Aleksey, resolves #38631 2021-04-22 20:14:00 +00:00
openbsd * regenerated with FreeBSD/AArch64 support 2021-04-10 08:19:40 +00:00
os2 * regenerated with FreeBSD/AArch64 support 2021-04-10 08:19:40 +00:00
palmos * regenerated with FreeBSD/AArch64 support 2021-04-10 08:19:40 +00:00
powerpc * Set softfloat_rounding_mode indise SetRoundMode function for all CPUs. 2021-01-03 21:44:18 +00:00
powerpc64 * Set softfloat_rounding_mode indise SetRoundMode function for all CPUs. 2021-01-03 21:44:18 +00:00
qnx * regenerated with FreeBSD/AArch64 support 2021-04-10 08:19:40 +00:00
riscv32 * RiscV32: fpc_longjmp needs nostackframe directive 2021-03-14 13:34:30 +00:00
riscv64 * RiscV32: fpc_longjmp needs nostackframe directive 2021-03-14 13:34:30 +00:00
sinclairql sinclairql: added an entirely stub (for now) sysutils unit. added a classes unit. enabled building the whole rtl 2021-04-20 10:02:39 +00:00
solaris * regenerated with FreeBSD/AArch64 support 2021-04-10 08:19:40 +00:00
sparc * Set softfloat_rounding_mode indise SetRoundMode function for all CPUs. 2021-01-03 21:44:18 +00:00
sparc64 * Set softfloat_rounding_mode indise SetRoundMode function for all CPUs. 2021-01-03 21:44:18 +00:00
symbian * regenerated with FreeBSD/AArch64 support 2021-04-10 08:19:40 +00:00
ucmaps
unix + initial implementation of path dependent IsFileNameCaseSensitive/IsFileNameCasePreserving functions for darwin 2021-04-10 13:29:59 +00:00
wasi + started working on the SysUtils unit for the WASI platform 2021-04-17 14:39:54 +00:00
wasm32 * fixed compilation of the embedded target 2021-01-31 04:00:08 +00:00
watcom * regenerated with FreeBSD/AArch64 support 2021-04-10 08:19:40 +00:00
wii * regenerated with FreeBSD/AArch64 support 2021-04-10 08:19:40 +00:00
win * avoid rangecheck mantis 0038791 2021-04-23 19:06:18 +00:00
win16 * regenerated with FreeBSD/AArch64 support 2021-04-10 08:19:40 +00:00
win32 * regenerated with FreeBSD/AArch64 support 2021-04-10 08:19:40 +00:00
win64 * regenerated with FreeBSD/AArch64 support 2021-04-10 08:19:40 +00:00
wince * regenerated with FreeBSD/AArch64 support 2021-04-10 08:19:40 +00:00
x86_64 * Set softfloat_rounding_mode indise SetRoundMode function for all CPUs. 2021-01-03 21:44:18 +00:00
xtensa * Set softfloat_rounding_mode indise SetRoundMode function for all CPUs. 2021-01-03 21:44:18 +00:00
z80
zxspectrum * regenerated with FreeBSD/AArch64 support 2021-04-10 08:19:40 +00:00
COPYING.FPC
COPYING.txt
fpmake.inc
fpmake.pp
Makefile * regenerated with FreeBSD/AArch64 support 2021-04-10 08:19:40 +00:00
Makefile.fpc + added WASI to the main RTL makefile 2021-01-02 22:58:19 +00:00
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.