fpc/rtl
2023-12-14 09:59:04 +01:00
..
aarch64
aix human68k: regenerated Makefiles 2023-11-30 23:43:27 +00:00
amicommon * Add delphi-compatible observers to classes 2023-11-08 00:04:18 +01:00
amiga human68k: regenerated Makefiles 2023-11-30 23:43:27 +00:00
android human68k: regenerated Makefiles 2023-11-30 23:43:27 +00:00
arm
aros human68k: regenerated Makefiles 2023-11-30 23:43:27 +00:00
atari human68k: regenerated Makefiles 2023-11-30 23:43:27 +00:00
avr
beos human68k: regenerated Makefiles 2023-11-30 23:43:27 +00:00
bsd
charmaps
darwin human68k: regenerated Makefiles 2023-11-30 23:43:27 +00:00
dragonfly human68k: regenerated Makefiles 2023-11-30 23:43:27 +00:00
embedded human68k: regenerated Makefiles 2023-11-30 23:43:27 +00:00
emx human68k: regenerated Makefiles 2023-11-30 23:43:27 +00:00
freebsd human68k: regenerated Makefiles 2023-11-30 23:43:27 +00:00
freertos human68k: regenerated Makefiles 2023-11-30 23:43:27 +00:00
gba human68k: regenerated Makefiles 2023-11-30 23:43:27 +00:00
go32v2 human68k: regenerated Makefiles 2023-11-30 23:43:27 +00:00
haiku human68k: regenerated Makefiles 2023-11-30 23:43:27 +00:00
human68k human68k: implemented some trivial functions in sysutils 2023-12-08 06:52:01 +01:00
i386 Attempt to save push/pop ebx on small non-GPR moves. 2023-12-10 13:26:39 +00:00
i8086
inc LLVM: use llvm.dbg.declare instead of llvm.dbg.addr for variable declarations 2023-12-06 22:57:16 +01:00
java human68k: regenerated Makefiles 2023-11-30 23:43:27 +00:00
jvm
linux human68k: regenerated Makefiles 2023-11-30 23:43:27 +00:00
loongarch64
m68k
macos human68k: regenerated Makefiles 2023-11-30 23:43:27 +00:00
mips
mips64
mips64el
mipsel
morphos human68k: regenerated Makefiles 2023-11-30 23:43:27 +00:00
msdos human68k: regenerated Makefiles 2023-11-30 23:43:27 +00:00
msxdos human68k: regenerated Makefiles 2023-11-30 23:43:27 +00:00
namespaced
nativent human68k: regenerated Makefiles 2023-11-30 23:43:27 +00:00
nds human68k: regenerated Makefiles 2023-11-30 23:43:27 +00:00
netbsd human68k: regenerated Makefiles 2023-11-30 23:43:27 +00:00
netware human68k: regenerated Makefiles 2023-11-30 23:43:27 +00:00
netwlibc human68k: regenerated Makefiles 2023-11-30 23:43:27 +00:00
objpas * typo fix in previous commit relating to #40558 2023-12-14 09:59:04 +01:00
openbsd human68k: regenerated Makefiles 2023-11-30 23:43:27 +00:00
os2 human68k: regenerated Makefiles 2023-11-30 23:43:27 +00:00
palmos human68k: regenerated Makefiles 2023-11-30 23:43:27 +00:00
powerpc Revert wrong commit about PIC code for powerpc-linux 2023-11-20 22:08:19 +01:00
powerpc64
ppcgen
qnx human68k: regenerated Makefiles 2023-11-30 23:43:27 +00:00
riscv
riscv32
riscv64
sinclairql human68k: regenerated Makefiles 2023-11-30 23:43:27 +00:00
solaris human68k: regenerated Makefiles 2023-11-30 23:43:27 +00:00
sparc
sparc64
symbian human68k: regenerated Makefiles 2023-11-30 23:43:27 +00:00
ucmaps
unix * GetEpochTime (not used though it seems) should return time_t 2023-12-03 23:28:23 +01:00
wasi human68k: regenerated Makefiles 2023-11-30 23:43:27 +00:00
wasm32
watcom Supposedly better fastmove.inc. 2023-12-10 13:26:39 +00:00
wii human68k: regenerated Makefiles 2023-11-30 23:43:27 +00:00
win * Define INVALID_HANDLE_VALUE for Delphi compatibility 2023-11-29 15:03:12 +01:00
win16 human68k: regenerated Makefiles 2023-11-30 23:43:27 +00:00
win32 human68k: regenerated Makefiles 2023-11-30 23:43:27 +00:00
win64 human68k: regenerated Makefiles 2023-11-30 23:43:27 +00:00
wince human68k: regenerated Makefiles 2023-11-30 23:43:27 +00:00
x86_64 REP STOS branch for x64 Fill* (only for System V ABI for now). 2023-11-26 15:06:59 +00:00
xtensa
z80
zxspectrum human68k: regenerated Makefiles 2023-11-30 23:43:27 +00:00
COPYING.FPC
COPYING.txt
fpmake.inc
fpmake.pp
Makefile human68k: regenerated Makefiles 2023-11-30 23:43:27 +00:00
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.