fpc/rtl
nickysn ea8f068817 * regenerated makefiles after sync with trunk
git-svn-id: branches/wasm@48951 -
2021-03-13 21:52:13 +00:00
..
aarch64
aix * regenerated makefiles after sync with trunk 2021-03-13 21:52:13 +00:00
amicommon
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 * regenerated makefiles after sync with trunk 2021-03-13 21:52:13 +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
i8086
inc
java * regenerated makefiles after sync with trunk 2021-03-13 21:52:13 +00:00
jvm
linux * synchronized with trunk 2021-03-13 21:47:24 +00:00
m68k
macos * regenerated makefiles after sync with trunk 2021-03-13 21:52:13 +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
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
riscv64
sinclairql
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
wasi * regenerated makefiles after sync with trunk 2021-03-13 21:52:13 +00:00
wasm32
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
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.