fpc/rtl
Jonas Maebe 4166e8c464 * Darwin/BSD: fixed StackBottom calculation
git-svn-id: trunk@49139 -
2021-04-08 19:50:30 +00:00
..
aarch64 + Aarch64: use LSE if available for atomic intrinsics 2021-04-03 11:59:36 +00:00
aix * Makefiles regenerated 2021-04-05 15:39:07 +00:00
amicommon amiga: check if P is nil while processing params. this should never happen, except sometimes in real world it still happens. so lets be defensive about it 2021-03-25 16:33:22 +00:00
amiga * Makefiles regenerated 2021-04-05 15:39:07 +00:00
android * Makefiles regenerated 2021-04-05 15:39:07 +00:00
arm * thumb2: Optimize fillchar a bit more with a wider inner loop chunk size 2021-04-01 20:55:21 +00:00
aros * Makefiles regenerated 2021-04-05 15:39:07 +00:00
atari * Makefiles regenerated 2021-04-05 15:39:07 +00:00
avr
beos * Makefiles regenerated 2021-04-05 15:39:07 +00:00
bsd * Darwin/BSD: fixed StackBottom calculation 2021-04-08 19:50:30 +00:00
charmaps
darwin * Makefiles regenerated 2021-04-05 15:39:07 +00:00
dragonfly * Makefiles regenerated 2021-04-05 15:39:07 +00:00
embedded * Makefiles regenerated 2021-04-05 15:39:07 +00:00
emx * Makefiles regenerated 2021-04-05 15:39:07 +00:00
freebsd * Makefiles regenerated 2021-04-05 15:39:07 +00:00
freertos * Makefiles regenerated 2021-04-05 15:39:07 +00:00
gba * Makefiles regenerated 2021-04-05 15:39:07 +00:00
go32v2 * Makefiles regenerated 2021-04-05 15:39:07 +00:00
haiku * Makefiles regenerated 2021-04-05 15:39:07 +00:00
i386 * do not execute xend twice which was introduced in r48430 2021-01-30 18:46:58 +00:00
i8086
inc * check for cache entry before even trying to open the file containing the debug info 2021-03-30 14:06:19 +00:00
java * Makefiles regenerated 2021-04-05 15:39:07 +00:00
jvm
linux * Makefiles regenerated 2021-04-05 15:39:07 +00:00
m68k
macos * Makefiles regenerated 2021-04-05 15:39:07 +00:00
mips
mipsel
morphos * Makefiles regenerated 2021-04-05 15:39:07 +00:00
msdos * Makefiles regenerated 2021-04-05 15:39:07 +00:00
msxdos * Makefiles regenerated 2021-04-05 15:39:07 +00:00
nativent * Makefiles regenerated 2021-04-05 15:39:07 +00:00
nds * Makefiles regenerated 2021-04-05 15:39:07 +00:00
netbsd * Makefiles regenerated 2021-04-05 15:39:07 +00:00
netware * Makefiles regenerated 2021-04-05 15:39:07 +00:00
netwlibc * Makefiles regenerated 2021-04-05 15:39:07 +00:00
objpas * Add deprecation message 2021-03-23 11:53:33 +00:00
openbsd * Makefiles regenerated 2021-04-05 15:39:07 +00:00
os2 * Makefiles regenerated 2021-04-05 15:39:07 +00:00
palmos * Makefiles regenerated 2021-04-05 15:39:07 +00:00
powerpc
powerpc64
qnx * Makefiles regenerated 2021-04-05 15:39:07 +00:00
riscv32 * RiscV32: fpc_longjmp needs nostackframe directive 2021-03-14 13:34:30 +00:00
riscv64 * RiscV32: fpc_longjmp needs nostackframe directive 2021-03-14 13:34:30 +00:00
sinclairql Add basic support for setting argc and argv for sinclairql OS 2021-04-07 15:58:42 +00:00
solaris * Makefiles regenerated 2021-04-05 15:39:07 +00:00
sparc
sparc64
symbian * Makefiles regenerated 2021-04-05 15:39:07 +00:00
ucmaps
unix * Check buffer overflow when reading 2021-03-19 14:25:21 +00:00
wasi * Makefiles regenerated 2021-04-05 15:39:07 +00:00
wasm32 * fixed compilation of the embedded target 2021-01-31 04:00:08 +00:00
watcom * Makefiles regenerated 2021-04-05 15:39:07 +00:00
wii * Makefiles regenerated 2021-04-05 15:39:07 +00:00
win * split propsheetheader in -A and -W variants. 2021-04-02 14:54:40 +00:00
win16 * Makefiles regenerated 2021-04-05 15:39:07 +00:00
win32 * Makefiles regenerated 2021-04-05 15:39:07 +00:00
win64 * Makefiles regenerated 2021-04-05 15:39:07 +00:00
wince * Makefiles regenerated 2021-04-05 15:39:07 +00:00
x86_64
xtensa
z80
zxspectrum * Makefiles regenerated 2021-04-05 15:39:07 +00:00
COPYING.FPC
COPYING.txt
fpmake.inc
fpmake.pp
Makefile * Makefiles regenerated 2021-04-05 15:39:07 +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.