fpc/rtl
2018-12-04 21:25:48 +00:00
..
aarch64
aix * Regenerated makefiles to support x86_64-android. 2018-10-17 17:12:20 +00:00
amicommon
amiga * Regenerated makefiles to support x86_64-android. 2018-10-17 17:12:20 +00:00
android * Fixed obtaining a time zone information for 64-bit android. 2018-11-03 14:33:41 +00:00
arm + initial work for tls-based threadvar support on arm-linux 2018-11-07 22:02:58 +00:00
aros * Regenerated makefiles to support x86_64-android. 2018-10-17 17:12:20 +00:00
atari * Regenerated makefiles to support x86_64-android. 2018-10-17 17:12:20 +00:00
avr
beos * Regenerated makefiles to support x86_64-android. 2018-10-17 17:12:20 +00:00
bsd
charmaps
darwin * Regenerated makefiles to support x86_64-android. 2018-10-17 17:12:20 +00:00
dragonfly * Regenerated makefiles to support x86_64-android. 2018-10-17 17:12:20 +00:00
embedded * Regenerated makefiles to support x86_64-android. 2018-10-17 17:12:20 +00:00
emx * Regenerated makefiles to support x86_64-android. 2018-10-17 17:12:20 +00:00
freebsd * Regenerated makefiles to support x86_64-android. 2018-10-17 17:12:20 +00:00
gba * Regenerated makefiles to support x86_64-android. 2018-10-17 17:12:20 +00:00
go32v2 * Regenerated makefiles to support x86_64-android. 2018-10-17 17:12:20 +00:00
haiku * Regenerated makefiles to support x86_64-android. 2018-10-17 17:12:20 +00:00
i386
i8086
inc + volatile() expression that marks an expression as volatile 2018-12-04 19:53:20 +00:00
java * Regenerated makefiles to support x86_64-android. 2018-10-17 17:12:20 +00:00
jvm
linux * do not call InitTLS when a compiler is used which does not include the abi tag section 2018-12-04 21:25:48 +00:00
m68k
macos * Regenerated makefiles to support x86_64-android. 2018-10-17 17:12:20 +00:00
mips
mipsel
morphos * Regenerated makefiles to support x86_64-android. 2018-10-17 17:12:20 +00:00
msdos * Regenerated makefiles to support x86_64-android. 2018-10-17 17:12:20 +00:00
nativent * Regenerated makefiles to support x86_64-android. 2018-10-17 17:12:20 +00:00
nds * Regenerated makefiles to support x86_64-android. 2018-10-17 17:12:20 +00:00
netbsd * Regenerated makefiles to support x86_64-android. 2018-10-17 17:12:20 +00:00
netware Add missing unicode related units to netware OS 2018-10-22 21:14:59 +00:00
netwlibc * Regenerated makefiles to support x86_64-android. 2018-10-17 17:12:20 +00:00
objpas * Add QWord version of Max (Delphi compatibility, bug ID #34364) 2018-10-20 12:28:56 +00:00
openbsd * Regenerated makefiles to support x86_64-android. 2018-10-17 17:12:20 +00:00
os2 * Regenerated makefiles to support x86_64-android. 2018-10-17 17:12:20 +00:00
palmos * Regenerated makefiles to support x86_64-android. 2018-10-17 17:12:20 +00:00
powerpc
powerpc64
qnx * Regenerated makefiles to support x86_64-android. 2018-10-17 17:12:20 +00:00
riscv32
riscv64
solaris * Regenerated makefiles to support x86_64-android. 2018-10-17 17:12:20 +00:00
sparc
sparc64
symbian * Regenerated makefiles to support x86_64-android. 2018-10-17 17:12:20 +00:00
ucmaps
unix + support for tlsm_general on i386-linux 2018-11-11 17:32:20 +00:00
watcom Add classes unit 2018-11-20 22:02:59 +00:00
wii * Regenerated makefiles to support x86_64-android. 2018-10-17 17:12:20 +00:00
win * pre shutdown constants + in general those series of constants refreshed 2018-10-30 09:03:46 +00:00
win16 * Regenerated makefiles to support x86_64-android. 2018-10-17 17:12:20 +00:00
win32 * Regenerated makefiles to support x86_64-android. 2018-10-17 17:12:20 +00:00
win64 * Regenerated makefiles to support x86_64-android. 2018-10-17 17:12:20 +00:00
wince * Regenerated makefiles to support x86_64-android. 2018-10-17 17:12:20 +00:00
x86_64
COPYING.FPC
COPYING.txt
fpmake.inc
fpmake.pp
Makefile Add missing dirs_wdosx 2018-10-24 21:11:45 +00:00
Makefile.fpc Add missing dirs_wdosx 2018-10-24 21:11:45 +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.