fpc/rtl
2016-12-11 16:38:37 +00:00
..
aarch64
aix
amicommon AROS: Initial ABIv1 Support 2016-12-04 15:41:35 +00:00
amiga amiga/powerpc: further tweaks in the upcoming pascal startup code 2016-12-11 16:38:37 +00:00
android
arm
aros AROS: ABIv1 AmigaDOS unit 2016-12-04 16:58:59 +00:00
atari atari: added the initialization of threading subsystem to system init 2016-10-09 13:24:41 +00:00
avr + set/longjmp implementation for avr 2016-11-26 18:33:15 +00:00
beos
bsd
charmaps
darwin - removed duplicate (differing) rule for ctypes unit 2016-11-27 16:16:04 +00:00
dragonfly
embedded * enable more feature on avr, as long as no pascal level file I/O is used, this does not hurt 2016-11-26 19:44:55 +00:00
emx * fix for bug #24504 (extended version of patch by Bart Broersma) 2016-11-08 22:16:49 +00:00
freebsd * allow to set value on cmdline since llvm versions don't work atm. 2016-12-10 15:04:32 +00:00
gba
go32v2 * fix remaining search handle leaks in Dos.FSearch - fix for bug #30896 2016-11-17 22:05:17 +00:00
haiku
i386
i8086
inc * fix avr compilation after r34975 by more tests against feature defines, resolves #31036 2016-11-29 20:37:58 +00:00
java * initialise for-loop variables before the loop 2016-11-09 19:51:39 +00:00
jvm * initialise for-loop variables before the loop 2016-11-09 19:51:39 +00:00
linux * updated FSF address (mantis #30198, patch by Paul Gevers) 2016-10-02 12:56:59 +00:00
m68k m68k: made setjmp and longjmp code work when register calling convention is the default 2016-11-06 19:10:47 +00:00
macos
mips
mipsel
morphos morphos: take two on the Pascal startup code. this version works as a drop-in replacement for the asm one, and doesn't need system unit patching. this will be important when linking against LibC and when the approach gets ported to other Amiga-like platforms 2016-12-04 14:02:01 +00:00
msdos * fix remaining search handle leaks in Dos.FSearch - fix for bug #30896 2016-11-17 22:05:17 +00:00
nativent
nds
netbsd * fix uuchar rule for file to compile outside default directory, also for NetBSD. OpenBSD was already ok 2016-11-11 14:51:20 +00:00
netware * fix remaining search handle leaks in Dos.FSearch - fix for bug #30896 2016-11-17 22:05:17 +00:00
netwlibc * fix remaining search handle leaks in Dos.FSearch - fix for bug #30896 2016-11-17 22:05:17 +00:00
objpas - removed comment that the unit is a prototype and changing: the comment was introduced 10 years ago, the unit is part of stable release for years, it is documented 2016-12-04 21:16:00 +00:00
openbsd
os2 * fix remaining search handle leaks in Dos.FSearch - fix for bug #30896 2016-11-17 22:05:17 +00:00
palmos
powerpc
powerpc64
qnx
solaris
sparc * updated FSF address (mantis #30198, patch by Paul Gevers) 2016-10-02 12:56:59 +00:00
symbian
ucmaps
unix * FileOpen should not open directories (Windows compatible) Bug ID #30766 2016-12-04 12:41:57 +00:00
watcom * fix remaining search handle leaks in Dos.FSearch - fix for bug #30896 2016-11-17 22:05:17 +00:00
wii
win * patch by Dmitry Boyarintsev (bug #31023) implementing SysSetCtrlBreakHandler for Win32 and Win64 2016-12-03 23:35:20 +00:00
win16 * fix remaining search handle leaks in Dos.FSearch - fix for bug #30896 2016-11-17 22:05:17 +00:00
win32 * patch by Dmitry Boyarintsev (bug #31023) implementing SysSetCtrlBreakHandler for Win32 and Win64 2016-12-03 23:35:20 +00:00
win64 * patch by Dmitry Boyarintsev (bug #31023) implementing SysSetCtrlBreakHandler for Win32 and Win64 2016-12-03 23:35:20 +00:00
wince * fix remaining search handle leaks in Dos.FSearch - fix for bug #30896 2016-11-17 22:05:17 +00:00
x86_64 * Fixed assembler blocks to comply with x86_64 ABIs, which normally do not allow to change stack pointer at arbitrary locations. Register RBX is now saved/restored by compiler in function prologue, due to its presence in list of modified registers. 2016-11-17 10:58:10 +00:00
COPYING.FPC
COPYING.txt * updated FSF address (mantis #30198, patch by Paul Gevers) 2016-10-02 12:56:59 +00:00
fpmake.inc
fpmake.pp
Makefile arm-aros: enabled basic AROS on ARM build 2016-11-06 14:40: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).

The following directories are not supported officially and may not work
correctly with FreePascal v1.0:

go32v1 - The DJGPP go32v1 DOS extender (no longer supported)
palmos - The PalmOS directory for the Dragonball (incomplete)


Enjoy.