fpc/rtl
2019-08-20 15:58:10 +00:00
..
aarch64
aix Update all trunk/fpcsrc Makefile's after commit 42749 2019-08-20 15:58:10 +00:00
amicommon
amiga Update all trunk/fpcsrc Makefile's after commit 42749 2019-08-20 15:58:10 +00:00
android Update all trunk/fpcsrc Makefile's after commit 42749 2019-08-20 15:58:10 +00:00
arm + create defines with FPU capabilites 2019-08-13 22:12:49 +00:00
aros Update all trunk/fpcsrc Makefile's after commit 42749 2019-08-20 15:58:10 +00:00
atari Update all trunk/fpcsrc Makefile's after commit 42749 2019-08-20 15:58:10 +00:00
avr - Adds a number of optimizations for 64bit integer operations on AVR. Patch from Christo Crause in issue #35691. 2019-07-25 15:36:24 +00:00
beos Update all trunk/fpcsrc Makefile's after commit 42749 2019-08-20 15:58:10 +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 Update all trunk/fpcsrc Makefile's after commit 42749 2019-08-20 15:58:10 +00:00
dragonfly Update all trunk/fpcsrc Makefile's after commit 42749 2019-08-20 15:58:10 +00:00
embedded Update all trunk/fpcsrc Makefile's after commit 42749 2019-08-20 15:58:10 +00:00
emx Update all trunk/fpcsrc Makefile's after commit 42749 2019-08-20 15:58:10 +00:00
freebsd Update all trunk/fpcsrc Makefile's after commit 42749 2019-08-20 15:58:10 +00:00
gba Update all trunk/fpcsrc Makefile's after commit 42749 2019-08-20 15:58:10 +00:00
go32v2 Update all trunk/fpcsrc Makefile's after commit 42749 2019-08-20 15:58:10 +00:00
haiku Update all trunk/fpcsrc Makefile's after commit 42749 2019-08-20 15:58:10 +00:00
i386
i8086
inc + make use of the mremap syscall of linux to re-allocate large memory blocks faster 2019-08-16 20:47:37 +00:00
java Update all trunk/fpcsrc Makefile's after commit 42749 2019-08-20 15:58:10 +00:00
jvm
linux Update all trunk/fpcsrc Makefile's after commit 42749 2019-08-20 15:58:10 +00:00
m68k
macos Update all trunk/fpcsrc Makefile's after commit 42749 2019-08-20 15:58:10 +00:00
mips
mipsel
morphos Update all trunk/fpcsrc Makefile's after commit 42749 2019-08-20 15:58:10 +00:00
msdos Update all trunk/fpcsrc Makefile's after commit 42749 2019-08-20 15:58:10 +00:00
nativent Update all trunk/fpcsrc Makefile's after commit 42749 2019-08-20 15:58:10 +00:00
nds Update all trunk/fpcsrc Makefile's after commit 42749 2019-08-20 15:58:10 +00:00
netbsd Update all trunk/fpcsrc Makefile's after commit 42749 2019-08-20 15:58:10 +00:00
netware Update all trunk/fpcsrc Makefile's after commit 42749 2019-08-20 15:58:10 +00:00
netwlibc Update all trunk/fpcsrc Makefile's after commit 42749 2019-08-20 15:58:10 +00:00
objpas * fix for Mantis #35906: use more accurate modified time from the FindData on Windows for the Timestamp 2019-08-02 13:16:17 +00:00
openbsd Update all trunk/fpcsrc Makefile's after commit 42749 2019-08-20 15:58:10 +00:00
os2 Update all trunk/fpcsrc Makefile's after commit 42749 2019-08-20 15:58:10 +00:00
palmos Update all trunk/fpcsrc Makefile's after commit 42749 2019-08-20 15:58:10 +00:00
powerpc Fix bug report 35937 by simple assembly code change and add test 2019-08-08 14:10:21 +00:00
powerpc64 Fix bug report 35937 by simple assembly code change and add test 2019-08-08 14:10:21 +00:00
qnx Update all trunk/fpcsrc Makefile's after commit 42749 2019-08-20 15:58:10 +00:00
riscv32
riscv64
solaris Update all trunk/fpcsrc Makefile's after commit 42749 2019-08-20 15:58:10 +00:00
sparc
sparc64
symbian Update all trunk/fpcsrc Makefile's after commit 42749 2019-08-20 15:58:10 +00:00
ucmaps
unix * Darwin now uses Mach VM calls for memory allocation instead of mmap/munmap 2019-08-18 15:55:07 +00:00
watcom Update all trunk/fpcsrc Makefile's after commit 42749 2019-08-20 15:58:10 +00:00
wii Update all trunk/fpcsrc Makefile's after commit 42749 2019-08-20 15:58:10 +00:00
win
win16 Update all trunk/fpcsrc Makefile's after commit 42749 2019-08-20 15:58:10 +00:00
win32 Update all trunk/fpcsrc Makefile's after commit 42749 2019-08-20 15:58:10 +00:00
win64 Update all trunk/fpcsrc Makefile's after commit 42749 2019-08-20 15:58:10 +00:00
wince Update all trunk/fpcsrc Makefile's after commit 42749 2019-08-20 15:58:10 +00:00
x86_64
COPYING.FPC
COPYING.txt
fpmake.inc
fpmake.pp
Makefile Update all trunk/fpcsrc Makefile's after commit 42749 2019-08-20 15:58:10 +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.