fpc/rtl
2020-02-09 10:51:14 +00:00
..
aarch64 * llvm sometimes uses the AArch64 framepointer register as a regvar in the 2020-01-29 22:21:21 +00:00
aix + introduce TOSTimestamp 2020-01-25 14:14:41 +00:00
amicommon + introduce TOSTimestamp 2020-01-25 14:14:41 +00:00
amiga Regenerate all Makefile's after commit #43472 2019-11-15 14:47:02 +00:00
android * manually added statx syscall numbers for android 2020-01-03 12:27:46 +00:00
arm * some inconsistency regarding FPC_NONE usage fixed 2019-12-24 16:14:30 +00:00
aros Regenerate all Makefile's after commit #43472 2019-11-15 14:47:02 +00:00
atari + introduce TOSTimestamp 2020-01-25 14:14:41 +00:00
avr * AVR: take care of CPUAVR_HAS_MOVW in assembler routines 2020-02-08 22:05:20 +00:00
beos + introduce TOSTimestamp 2020-01-25 14:14:41 +00:00
bsd + introduce TOSTimestamp 2020-01-25 14:14:41 +00:00
charmaps
darwin Regenerate all Makefile's after commit #43472 2019-11-15 14:47:02 +00:00
dragonfly Regenerate all Makefile's after commit #43472 2019-11-15 14:47:02 +00:00
embedded * patch by Christo Crause: more avr1 controllers and remove attiny28 from avr25 makefile list, resolves #36686 2020-02-09 10:51:14 +00:00
emx Replace assembler instruction 'xorl' by 'xor' in Intel mode 2020-02-04 22:54:52 +00:00
freebsd Regenerate all Makefile's after commit #43472 2019-11-15 14:47:02 +00:00
gba + introduce TOSTimestamp 2020-01-25 14:14:41 +00:00
go32v2 + introduce TOSTimestamp 2020-01-25 14:14:41 +00:00
haiku + introduce TOSTimestamp 2020-01-25 14:14:41 +00:00
i386 * disabled mm procs again, they are not usable yet neither supposed to be 2020-01-18 11:37:57 +00:00
i8086
inc * first couple of improvements propose by Stefan Kanthak at https://skanthak.homepage.t-online.de/division.html#fpc 2020-01-29 21:35:25 +00:00
java + introduce TOSTimestamp 2020-01-25 14:14:41 +00:00
jvm
linux * EPoll_Event is packed only on x86-64, not other 64 Bit CPUs, resolves #34416 2020-02-02 14:23:51 +00:00
m68k Wipe out any pre-existing exception on SetExceptionMask call for m68k cpu 2020-01-10 22:56:03 +00:00
macos + introduce TOSTimestamp 2020-01-25 14:14:41 +00:00
mips
mipsel
morphos Regenerate all Makefile's after commit #43472 2019-11-15 14:47:02 +00:00
msdos + introduce TOSTimestamp 2020-01-25 14:14:41 +00:00
nativent + introduce TOSTimestamp 2020-01-25 14:14:41 +00:00
nds + introduce TOSTimestamp 2020-01-25 14:14:41 +00:00
netbsd Regenerate all Makefile's after commit #43472 2019-11-15 14:47:02 +00:00
netware + introduce TOSTimestamp 2020-01-25 14:14:41 +00:00
netwlibc + introduce TOSTimestamp 2020-01-25 14:14:41 +00:00
objpas * catch exceptions in all variants of TextToFloat properly 2020-01-30 21:23:10 +00:00
openbsd * more GPL -> GPL with modification. 2020-01-17 15:01:23 +00:00
os2 * fix for TAbstractSearchRec.Time type change 2020-02-04 22:04:34 +00:00
palmos + introduce TOSTimestamp 2020-01-25 14:14:41 +00:00
powerpc
powerpc64
qnx Regenerate all Makefile's after commit #43472 2019-11-15 14:47:02 +00:00
riscv32 Add riscv32 mathu inculde file, redirecting to ../riscv64/mathu.inc file (this file seems to have no 64-bit specific code) 2019-11-21 10:52:27 +00:00
riscv64
solaris + introduce TOSTimestamp 2020-01-25 14:14:41 +00:00
sparc
sparc64
symbian + introduce TOSTimestamp 2020-01-25 14:14:41 +00:00
ucmaps
unix * Avoid doing a syscall with a nil parameter in fileexists 2020-02-02 11:06:14 +00:00
watcom + introduce TOSTimestamp 2020-01-25 14:14:41 +00:00
wii + introduce TOSTimestamp 2020-01-25 14:14:41 +00:00
win + introduce TOSTimestamp 2020-01-25 14:14:41 +00:00
win16 + introduce TOSTimestamp 2020-01-25 14:14:41 +00:00
win32 Regenerate all Makefile's after commit #43472 2019-11-15 14:47:02 +00:00
win64 Regenerate all Makefile's after commit #43472 2019-11-15 14:47:02 +00:00
wince * WinCE compilation fixed 2020-01-23 20:47:55 +00:00
x86_64 * disabled mm procs again, they are not usable yet neither supposed to be 2020-01-18 11:37:57 +00:00
COPYING.FPC
COPYING.txt
fpmake.inc
fpmake.pp
Makefile Regenerate all Makefile's after commit #43472 2019-11-15 14:47:02 +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.