fpc/rtl
2020-01-03 12:27:46 +00:00
..
aarch64 o AArch64: 2019-10-11 21:55:48 +00:00
aix Regenerate all Makefile's after commit #43472 2019-11-15 14:47:02 +00:00
amicommon
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 Regenerate all Makefile's after commit #43472 2019-11-15 14:47:02 +00:00
avr
beos Regenerate all Makefile's after commit #43472 2019-11-15 14:47:02 +00:00
bsd * Darwin now uses Mach VM calls for memory allocation instead of mmap/munmap 2019-08-18 15:55:07 +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 Regenerate all Makefile's after commit #43472 2019-11-15 14:47:02 +00:00
emx Regenerate all Makefile's after commit #43472 2019-11-15 14:47:02 +00:00
freebsd Regenerate all Makefile's after commit #43472 2019-11-15 14:47:02 +00:00
gba Regenerate all Makefile's after commit #43472 2019-11-15 14:47:02 +00:00
go32v2 Regenerate all Makefile's after commit #43472 2019-11-15 14:47:02 +00:00
haiku Regenerate all Makefile's after commit #43472 2019-11-15 14:47:02 +00:00
i386 * keep stack aligned to 16 byte boundaries in assembler subroutines calling other subroutines 2019-09-15 17:17:31 +00:00
i8086
inc * support for constrained sitofp/uitofp with (the upcoming) LLVM 10.0 2019-12-31 18:05:54 +00:00
java Regenerate all Makefile's after commit #43472 2019-11-15 14:47:02 +00:00
jvm
linux * duplicate syscall number removed, resolves #36508 2020-01-03 10:44:57 +00:00
m68k
macos Regenerate all Makefile's after commit #43472 2019-11-15 14:47:02 +00:00
mips
mipsel
morphos Regenerate all Makefile's after commit #43472 2019-11-15 14:47:02 +00:00
msdos Regenerate all Makefile's after commit #43472 2019-11-15 14:47:02 +00:00
nativent Regenerate all Makefile's after commit #43472 2019-11-15 14:47:02 +00:00
nds Regenerate all Makefile's after commit #43472 2019-11-15 14:47:02 +00:00
netbsd Regenerate all Makefile's after commit #43472 2019-11-15 14:47:02 +00:00
netware Regenerate all Makefile's after commit #43472 2019-11-15 14:47:02 +00:00
netwlibc Regenerate all Makefile's after commit #43472 2019-11-15 14:47:02 +00:00
objpas classes: add TStringsOption.soPreserveBOM 2020-01-03 10:39:53 +00:00
openbsd Regenerate all Makefile's after commit #43472 2019-11-15 14:47:02 +00:00
os2 Regenerate all Makefile's after commit #43472 2019-11-15 14:47:02 +00:00
palmos Regenerate all Makefile's after commit #43472 2019-11-15 14:47:02 +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 Regenerate all Makefile's after commit #43472 2019-11-15 14:47:02 +00:00
sparc
sparc64
symbian Regenerate all Makefile's after commit #43472 2019-11-15 14:47:02 +00:00
ucmaps
unix * patch by Benjamin Rosseaux: TEvent.WaitFor on *nix uses Monotonic Clock now 2019-11-25 20:58:18 +00:00
watcom Regenerate all Makefile's after commit #43472 2019-11-15 14:47:02 +00:00
wii Regenerate all Makefile's after commit #43472 2019-11-15 14:47:02 +00:00
win * the VMT of the exception class needs to be referenced indirectly 2019-11-21 21:44:48 +00:00
win16 Regenerate all Makefile's after commit #43472 2019-11-15 14:47:02 +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 Regenerate all Makefile's after commit #43472 2019-11-15 14:47:02 +00:00
x86_64 + x86-64: assembler implementation for u128_div_u64_to_u64 for SysV ABI 2019-12-17 21:54:47 +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.