fpc/rtl
2024-01-17 23:25:03 +01:00
..
aarch64
aix * cleaned up TTimespecArr declarations 2024-01-17 23:25:03 +01:00
amicommon
amiga
android
arm
aros
atari m68k-atari: regenerated Makefile 2024-01-06 19:36:50 +01:00
avr
beos * cleaned up TTimespecArr declarations 2024-01-17 23:25:03 +01:00
bsd * cleaned up TTimespecArr declarations 2024-01-17 23:25:03 +01:00
charmaps
darwin
dragonfly Add new DragonFly OS syscall number up to release 6.4.0 (v6.4.0 tag on https://gitweb.dragonflybsd.org/dragonfly.git) 2024-01-15 15:18:56 +01:00
embedded
emx
freebsd * 2023-12-28 19:43:34 +01:00
freertos
gba
go32v2
haiku * cleaned up TTimespecArr declarations 2024-01-17 23:25:03 +01:00
human68k m68k-human68k: regenerated Makefile 2024-01-08 02:22:15 +01:00
i386 Use ERMS in all eligible cases, again. 2024-01-11 21:51:44 +00:00
i8086
inc * check length of optstring before dereferencing (optstring[1]) it. Fixes #40596 2024-01-17 11:41:16 +01:00
java
jvm
linux * cleaned up TTimespecArr declarations 2024-01-17 23:25:03 +01:00
loongarch64
m68k
macos * rtl/macos/dos.pp: Remove unused unixutil in _USES clause of rtl/macos/dos.pp source. 2024-01-09 11:42:18 +01:00
mips
mips64
mips64el
mipsel
morphos
msdos
msxdos
namespaced
nativent
nds
netbsd Add missing syscall_nr_futimens for NetBSD OS 2024-01-15 10:00:55 +01:00
netware
netwlibc
objpas * fix #40595: correctly access the list of parameters of the extended method table 2024-01-15 23:14:38 +01:00
openbsd
os2
palmos
powerpc
powerpc64
ppcgen
qnx
riscv
riscv32
riscv64
sinclairql m68k-sinclairql: regenerated Makefile 2024-01-08 02:22:15 +01:00
solaris * cleaned up TTimespecArr declarations 2024-01-17 23:25:03 +01:00
sparc
sparc64
symbian
ucmaps
unix * cleaned up TTimespecArr declarations 2024-01-17 23:25:03 +01:00
wasi
wasm32
watcom Supposedly better fastmove.inc. 2023-12-10 13:26:39 +00:00
wii
win * remove semicolon to make Lazarus happy 2024-01-15 22:29:47 +01:00
win16
win32
win64
wince
x86_64 Increase non-temporal i386 & x64 Fill* thresholds to 4 Mb. 2024-01-01 18:33:33 +00:00
xtensa
z80
zxspectrum
COPYING.FPC
COPYING.txt
fpmake.inc
fpmake.pp
Makefile
Makefile.fpc human68k: actually tell the build system where the rtl directory is 2023-11-30 23:43:27 +00:00
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.