fpc/rtl
nickysn 0f323df7a3 * synchronized with trunk
git-svn-id: branches/z80@44873 -
2020-04-19 21:10:31 +00:00
..
aarch64
aix * synchronized with trunk 2020-04-19 21:10:31 +00:00
amicommon
amiga * synchronized with trunk 2020-04-19 21:10:31 +00:00
android * synchronized with trunk 2020-04-19 21:10:31 +00:00
arm
aros * synchronized with trunk 2020-04-19 21:10:31 +00:00
atari * synchronized with trunk 2020-04-19 21:10:31 +00:00
avr
beos * synchronized with trunk 2020-04-19 21:10:31 +00:00
bsd
charmaps
darwin * synchronized with trunk 2020-04-19 21:10:31 +00:00
dragonfly * synchronized with trunk 2020-04-19 21:10:31 +00:00
embedded * synchronized with trunk 2020-04-19 21:10:31 +00:00
emx * synchronized with trunk 2020-04-19 21:10:31 +00:00
freebsd * synchronized with trunk 2020-04-19 21:10:31 +00:00
freertos * synchronized with trunk 2020-04-19 21:10:31 +00:00
gba * synchronized with trunk 2020-04-19 21:10:31 +00:00
go32v2 * synchronized with trunk 2020-04-19 21:10:31 +00:00
haiku * synchronized with trunk 2020-04-19 21:10:31 +00:00
i386
i8086
inc
java * synchronized with trunk 2020-04-19 21:10:31 +00:00
jvm
linux * synchronized with trunk 2020-04-19 21:10:31 +00:00
m68k
macos * synchronized with trunk 2020-04-19 21:10:31 +00:00
mips
mipsel
morphos * synchronized with trunk 2020-04-19 21:10:31 +00:00
msdos * synchronized with trunk 2020-04-19 21:10:31 +00:00
nativent * synchronized with trunk 2020-04-19 21:10:31 +00:00
nds * synchronized with trunk 2020-04-19 21:10:31 +00:00
netbsd * synchronized with trunk 2020-04-19 21:10:31 +00:00
netware * synchronized with trunk 2020-04-19 21:10:31 +00:00
netwlibc * synchronized with trunk 2020-04-19 21:10:31 +00:00
objpas
openbsd * synchronized with trunk 2020-04-19 21:10:31 +00:00
os2 * synchronized with trunk 2020-04-19 21:10:31 +00:00
palmos * synchronized with trunk 2020-04-19 21:10:31 +00:00
powerpc
powerpc64
qnx * synchronized with trunk 2020-04-19 21:10:31 +00:00
riscv32
riscv64
solaris * synchronized with trunk 2020-04-19 21:10:31 +00:00
sparc
sparc64
symbian * synchronized with trunk 2020-04-19 21:10:31 +00:00
ucmaps
unix
watcom * synchronized with trunk 2020-04-19 21:10:31 +00:00
wii * synchronized with trunk 2020-04-19 21:10:31 +00:00
win
win16 * synchronized with trunk 2020-04-19 21:10:31 +00:00
win32 * synchronized with trunk 2020-04-19 21:10:31 +00:00
win64 * synchronized with trunk 2020-04-19 21:10:31 +00:00
wince * synchronized with trunk 2020-04-19 21:10:31 +00:00
x86_64
xtensa
z80
zxspectrum * synchronized with trunk 2020-04-19 21:10:31 +00:00
COPYING.FPC
COPYING.txt
fpmake.inc
fpmake.pp
Makefile * synchronized with trunk 2020-04-19 21:10:31 +00:00
Makefile.fpc * makefiles regenerated with the zxspectrum target 2020-04-19 01:56:06 +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.