fpc/rtl
2021-03-27 19:48:32 +00:00
..
aarch64
aix * regenerated makefiles after sync with trunk 2021-03-13 21:52:13 +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 makefiles after sync with trunk 2021-03-13 21:52:13 +00:00
android * regenerated makefiles after sync with trunk 2021-03-13 21:52:13 +00:00
arm
aros * regenerated makefiles after sync with trunk 2021-03-13 21:52:13 +00:00
atari * regenerated makefiles after sync with trunk 2021-03-13 21:52:13 +00:00
avr
beos * regenerated makefiles after sync with trunk 2021-03-13 21:52:13 +00:00
bsd
charmaps
darwin * regenerated makefiles after sync with trunk 2021-03-13 21:52:13 +00:00
dragonfly * regenerated makefiles after sync with trunk 2021-03-13 21:52:13 +00:00
embedded * Add SAMD51P19A controller type. Unit generated by Michael Ring and slightly modified. 2021-03-22 18:40:12 +00:00
emx * regenerated makefiles after sync with trunk 2021-03-13 21:52:13 +00:00
freebsd * regenerated makefiles after sync with trunk 2021-03-13 21:52:13 +00:00
freertos * regenerated makefiles after sync with trunk 2021-03-13 21:52:13 +00:00
gba * regenerated makefiles after sync with trunk 2021-03-13 21:52:13 +00:00
go32v2 * regenerated makefiles after sync with trunk 2021-03-13 21:52:13 +00:00
haiku * regenerated makefiles after sync with trunk 2021-03-13 21:52:13 +00:00
i386 * do not execute xend twice which was introduced in r48430 2021-01-30 18:46:58 +00:00
i8086
inc rtl: remove defines for v2.x compiler from the common part of the RTL. It's no longer suppported to build with that 2021-03-23 09:32:49 +00:00
java * JVM compilation fixed 2021-03-21 18:21:53 +00:00
jvm
linux * synchronized with trunk 2021-03-13 21:47:24 +00:00
m68k
macos Avoid copying of objpas.pp into local rtl/macos directory 2021-03-17 09:33:14 +00:00
mips
mipsel
morphos * regenerated makefiles after sync with trunk 2021-03-13 21:52:13 +00:00
msdos * regenerated makefiles after sync with trunk 2021-03-13 21:52:13 +00:00
msxdos * regenerated makefiles after sync with trunk 2021-03-13 21:52:13 +00:00
nativent * regenerated makefiles after sync with trunk 2021-03-13 21:52:13 +00:00
nds * regenerated makefiles after sync with trunk 2021-03-13 21:52:13 +00:00
netbsd * regenerated makefiles after sync with trunk 2021-03-13 21:52:13 +00:00
netware * regenerated makefiles after sync with trunk 2021-03-13 21:52:13 +00:00
netwlibc * regenerated makefiles after sync with trunk 2021-03-13 21:52:13 +00:00
objpas * Add deprecation message 2021-03-23 11:53:33 +00:00
openbsd * regenerated makefiles after sync with trunk 2021-03-13 21:52:13 +00:00
os2 * regenerated makefiles after sync with trunk 2021-03-13 21:52:13 +00:00
palmos * regenerated makefiles after sync with trunk 2021-03-13 21:52:13 +00:00
powerpc
powerpc64
qnx * regenerated makefiles after sync with trunk 2021-03-13 21:52:13 +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 Add sinclairql/Makefile 2021-03-15 15:39:30 +00:00
solaris * regenerated makefiles after sync with trunk 2021-03-13 21:52:13 +00:00
sparc
sparc64
symbian * regenerated makefiles after sync with trunk 2021-03-13 21:52:13 +00:00
ucmaps
unix * Check buffer overflow when reading 2021-03-19 14:25:21 +00:00
wasi * regenerated makefiles after sync with trunk 2021-03-13 21:52:13 +00:00
wasm32 * fixed compilation of the embedded target 2021-01-31 04:00:08 +00:00
watcom * regenerated makefiles after sync with trunk 2021-03-13 21:52:13 +00:00
wii * regenerated makefiles after sync with trunk 2021-03-13 21:52:13 +00:00
win * rework the basic event on Windows so that peventstate directly represents the Event handle 2021-03-27 19:48:32 +00:00
win16 * regenerated makefiles after sync with trunk 2021-03-13 21:52:13 +00:00
win32 * regenerated makefiles after sync with trunk 2021-03-13 21:52:13 +00:00
win64 * regenerated makefiles after sync with trunk 2021-03-13 21:52:13 +00:00
wince * regenerated makefiles after sync with trunk 2021-03-13 21:52:13 +00:00
x86_64
xtensa
z80
zxspectrum * regenerated makefiles after sync with trunk 2021-03-13 21:52:13 +00:00
COPYING.FPC
COPYING.txt
fpmake.inc
fpmake.pp
Makefile * synchronized with trunk 2021-03-13 21:47:24 +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.