fpc/rtl
2022-05-22 12:37:58 +02:00
..
aarch64
aix Regenerate Makefile's with trunk fpcmake 2022-03-27 08:23:22 +00:00
amicommon AROS: 64-bit filehandle compatibility/consistency fixes for ASYS_FileList related routines 2022-03-30 21:32:44 +00:00
amiga Regenerate Makefile's with trunk fpcmake 2022-03-27 08:23:22 +00:00
android Regenerate Makefile's with trunk fpcmake 2022-03-27 08:23:22 +00:00
arm
aros AROS: 32/64-bit RTL utility compatibility update 2022-05-06 22:21:47 +00:00
atari Regenerate Makefile's with trunk fpcmake 2022-03-27 08:23:22 +00:00
avr
beos Regenerate Makefile's with trunk fpcmake 2022-03-27 08:23:22 +00:00
bsd
charmaps
darwin Regenerate Makefile's with trunk fpcmake 2022-03-27 08:23:22 +00:00
dragonfly Regenerate Makefile's with trunk fpcmake 2022-03-27 08:23:22 +00:00
embedded * enable random on avr, it does not increase program size if not used 2022-04-29 23:06:17 +02:00
emx Regenerate Makefile's with trunk fpcmake 2022-03-27 08:23:22 +00:00
freebsd Regenerate Makefile's with trunk fpcmake 2022-03-27 08:23:22 +00:00
freertos * cleanup 2022-04-28 22:51:11 +02:00
gba Regenerate Makefile's with trunk fpcmake 2022-03-27 08:23:22 +00:00
go32v2 Regenerate Makefile's with trunk fpcmake 2022-03-27 08:23:22 +00:00
haiku Regenerate Makefile's with trunk fpcmake 2022-03-27 08:23:22 +00:00
i386 * check more cpuid flags in the cpu units 2022-04-04 22:55:05 +02:00
i8086
inc
java
jvm
linux * powerpc-linux: provide also local __libc_csu_* routines 2022-04-17 21:26:15 +02:00
m68k
macos
mips
mips64
mips64el
mipsel
morphos Regenerate Makefile's with trunk fpcmake 2022-03-27 08:23:22 +00:00
msdos Regenerate Makefile's with trunk fpcmake 2022-03-27 08:23:22 +00:00
msxdos Regenerate Makefile's with trunk fpcmake 2022-03-27 08:23:22 +00:00
nativent Fix compilation by removing unicodenumtable unit 2022-03-28 10:35:55 +00:00
nds Regenerate Makefile's with trunk fpcmake 2022-03-27 08:23:22 +00:00
netbsd Regenerate Makefile's with trunk fpcmake 2022-03-27 08:23:22 +00:00
netware Regenerate Makefile's with trunk fpcmake 2022-03-27 08:23:22 +00:00
netwlibc
objpas * Add some delphi compatibility enumerateds to TShiftState 2022-05-07 10:20:04 +02:00
openbsd Regenerate Makefile's with trunk fpcmake 2022-03-27 08:23:22 +00:00
os2 Regenerate Makefile's with trunk fpcmake 2022-03-27 08:23:22 +00:00
palmos
powerpc
powerpc64
qnx
riscv
riscv32
riscv64
sinclairql Regenerate Makefile's with trunk fpcmake 2022-03-27 08:23:22 +00:00
solaris Regenerate Makefile's with trunk fpcmake 2022-03-27 08:23:22 +00:00
sparc
sparc64
symbian Regenerate Makefile's with trunk fpcmake 2022-03-27 08:23:22 +00:00
ucmaps
unix
wasi * Export wasiAlloc and wasiFree 2022-05-18 14:48:11 +02:00
wasm32 + implemented InterlockedIncrement, InterlockedDecrement, InterlockedExchange, 2022-05-22 06:34:10 +03:00
watcom Regenerate Makefile's with trunk fpcmake 2022-03-27 08:23:22 +00:00
wii Regenerate Makefile's with trunk fpcmake 2022-03-27 08:23:22 +00:00
win * add GetDateFormatEx, from bug #35118 by 440bx 2022-05-22 12:37:58 +02:00
win16 Regenerate Makefile's with trunk fpcmake 2022-03-27 08:23:22 +00:00
win32 Regenerate Makefile's with trunk fpcmake 2022-03-27 08:23:22 +00:00
win64 Regenerate Makefile's with trunk fpcmake 2022-03-27 08:23:22 +00:00
wince Regenerate Makefile's with trunk fpcmake 2022-03-27 08:23:22 +00:00
x86_64 * check more cpuid flags in the cpu units 2022-04-04 22:55:05 +02:00
xtensa
z80
zxspectrum * compile always with -CX -XX for Z80 2022-04-24 21:38:41 +02:00
COPYING.FPC
COPYING.txt
fpmake.inc
fpmake.pp
Makefile * compile always with -CX -XX for Z80 2022-04-24 21:38:41 +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.