fpc/rtl
Jonas Maebe 76045bfc04 * merged macOS/AArch64 support + revisions these changes depended on
git-svn-id: branches/fixes_3_2@46866 -
2020-09-15 19:40:36 +00:00
..
aarch64 Merge commits 42525 and 45891 that add 2020-08-04 10:30:50 +00:00
aix * fixes to 3.2.1 2020-06-20 16:47:24 +00:00
amicommon * Merging revisions r45805 from trunk: 2020-08-23 09:24:13 +00:00
amiga * fixes to 3.2.1 2020-06-20 16:47:24 +00:00
android * fixes to 3.2.1 2020-06-20 16:47:24 +00:00
arm Merge commits 42525 and 45891 that add 2020-08-04 10:30:50 +00:00
aros * fixes to 3.2.1 2020-06-20 16:47:24 +00:00
atari * Merging revisions r45805 from trunk: 2020-08-23 09:24:13 +00:00
avr
beos * Merging revisions r45805 from trunk: 2020-08-23 09:24:13 +00:00
bsd revs 43962,43963,43964,43965,43969 2020-01-18 12:32:05 +00:00
charmaps
darwin * fixes to 3.2.1 2020-06-20 16:47:24 +00:00
dragonfly * fixes to 3.2.1 2020-06-20 16:47:24 +00:00
embedded * Merging revisions r45805 from trunk: 2020-08-23 09:24:13 +00:00
emx * fixes to 3.2.1 2020-06-20 16:47:24 +00:00
freebsd --- Merging r44265 into '.': 2020-06-23 08:10:59 +00:00
gba * Merging revisions r45805 from trunk: 2020-08-23 09:24:13 +00:00
go32v2 * Merging revisions r45805 from trunk: 2020-08-23 09:24:13 +00:00
haiku * fixes to 3.2.1 2020-06-20 16:47:24 +00:00
i386 # revisions: 45573,45790,45793 2020-09-10 13:57:39 +00:00
i8086 * updated the CSeg, DSeg and SSeg rtl functions on i8086 to use the new x86 2018-07-11 14:34:05 +00:00
inc # revisions: 45573,45790,45793 2020-09-10 13:57:39 +00:00
java * fixes to 3.2.1 2020-06-20 16:47:24 +00:00
jvm
linux * Undo 46567, missing dependencies 2020-08-23 09:14:27 +00:00
m68k m68k: on setjmp/longjmp also save/restore the FPCR register when FPU support is enabled 2018-03-13 23:44:54 +00:00
macos * merged macOS/AArch64 support + revisions these changes depended on 2020-09-15 19:40:36 +00:00
mips
mipsel
morphos * fixes to 3.2.1 2020-06-20 16:47:24 +00:00
msdos * Merging revisions r45805 from trunk: 2020-08-23 09:24:13 +00:00
nativent * Merging revisions r45805 from trunk: 2020-08-23 09:24:13 +00:00
nds * Merging revisions r45805 from trunk: 2020-08-23 09:24:13 +00:00
netbsd * fixes to 3.2.1 2020-06-20 16:47:24 +00:00
netware * Merging revisions r45805 from trunk: 2020-08-23 09:24:13 +00:00
netwlibc * Merging revisions r45805 from trunk: 2020-08-23 09:24:13 +00:00
objpas --- Merging r46763 into '.': 2020-09-13 12:38:53 +00:00
openbsd * fixes to 3.2.1 2020-06-20 16:47:24 +00:00
os2 * Merging revisions r45805 from trunk: 2020-08-23 09:24:13 +00:00
palmos * fixes to 3.2.1 2020-06-20 16:47:24 +00:00
powerpc Disable dcbz code for AIX also 2018-05-11 15:49:35 +00:00
powerpc64
qnx * fixes to 3.2.1 2020-06-20 16:47:24 +00:00
solaris * fixes to 3.2.1 2020-06-20 16:47:24 +00:00
sparc
sparc64
symbian * Merging revisions r45805 from trunk: 2020-08-23 09:24:13 +00:00
ucmaps
unix * Merging revisions r45805 from trunk: 2020-08-23 09:24:13 +00:00
watcom * fixes to 3.2.1 2020-06-20 16:47:24 +00:00
wii * Merging revisions r45805 from trunk: 2020-08-23 09:24:13 +00:00
win * Merging revisions r45805 from trunk: 2020-08-23 09:24:13 +00:00
win16 * Merging revisions r45805 from trunk: 2020-08-23 09:24:13 +00:00
win32 * fixes to 3.2.1 2020-06-20 16:47:24 +00:00
win64 * fixes to 3.2.1 2020-06-20 16:47:24 +00:00
wince * fixes to 3.2.1 2020-06-20 16:47:24 +00:00
x86_64 # revisions: 45573,45790,45793 2020-09-10 13:57:39 +00:00
COPYING.FPC
COPYING.txt
fpmake.inc
fpmake.pp * fixes to 3.2.1 2020-06-20 16:47:24 +00:00
Makefile * fixes to 3.2.1 2020-06-20 16:47:24 +00:00
Makefile.fpc * merged macOS/AArch64 support + revisions these changes depended on 2020-09-15 19:40:36 +00:00
README.txt rtl: removed the long obsolete README section mentioning FPC 1.0 2018-02-12 10:58:54 +00:00

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.