fpc/rtl
2018-07-04 11:03:21 +00:00
..
aarch64
aix * updated dependencies of unit ports (objpas and x86 is no longer required on 2018-07-04 00:33:12 +00:00
amicommon
amiga * updated dependencies of unit ports (objpas and x86 is no longer required on 2018-07-04 00:33:12 +00:00
android * updated dependencies of unit ports (objpas and x86 is no longer required on 2018-07-04 00:33:12 +00:00
arm
aros * updated dependencies of unit ports (objpas and x86 is no longer required on 2018-07-04 00:33:12 +00:00
atari * updated dependencies of unit ports (objpas and x86 is no longer required on 2018-07-04 00:33:12 +00:00
avr
beos * updated dependencies of unit ports (objpas and x86 is no longer required on 2018-07-04 00:33:12 +00:00
bsd
charmaps
darwin * updated dependencies of unit ports (objpas and x86 is no longer required on 2018-07-04 00:33:12 +00:00
dragonfly * updated dependencies of unit ports (objpas and x86 is no longer required on 2018-07-04 00:33:12 +00:00
embedded * updated dependencies of unit ports (objpas and x86 is no longer required on 2018-07-04 00:33:12 +00:00
emx * updated dependencies of unit ports (objpas and x86 is no longer required on 2018-07-04 00:33:12 +00:00
freebsd * updated dependencies of unit ports (objpas and x86 is no longer required on 2018-07-04 00:33:12 +00:00
gba * updated dependencies of unit ports (objpas and x86 is no longer required on 2018-07-04 00:33:12 +00:00
go32v2 * updated dependencies of unit ports (objpas and x86 is no longer required on 2018-07-04 00:33:12 +00:00
haiku * updated dependencies of unit ports (objpas and x86 is no longer required on 2018-07-04 00:33:12 +00:00
i386 + also added the fpc_x86_*port* intrinsics to the i386 system unit 2018-07-03 22:42:03 +00:00
i8086 * moved the compiler intrinsics for the i8086 'in' and 'out' instructions to the 2018-07-03 22:32:17 +00:00
inc * moved the fpc_in_x86_*port* constants to the system unit in cpuinnr.inc in the 2018-07-03 21:30:43 +00:00
java * updated dependencies of unit ports (objpas and x86 is no longer required on 2018-07-04 00:33:12 +00:00
jvm
linux * updated dependencies of unit ports (objpas and x86 is no longer required on 2018-07-04 00:33:12 +00:00
m68k
macos
mips
mipsel
morphos * updated dependencies of unit ports (objpas and x86 is no longer required on 2018-07-04 00:33:12 +00:00
msdos * updated dependencies of unit ports (objpas and x86 is no longer required on 2018-07-04 00:33:12 +00:00
nativent * updated dependencies of unit ports (objpas and x86 is no longer required on 2018-07-04 00:33:12 +00:00
nds * updated dependencies of unit ports (objpas and x86 is no longer required on 2018-07-04 00:33:12 +00:00
netbsd * updated dependencies of unit ports (objpas and x86 is no longer required on 2018-07-04 00:33:12 +00:00
netware * updated dependencies of unit ports (objpas and x86 is no longer required on 2018-07-04 00:33:12 +00:00
netwlibc * updated dependencies of unit ports (objpas and x86 is no longer required on 2018-07-04 00:33:12 +00:00
objpas * Actually observe TStringStream.OwnsEncoding in destructor 2018-07-04 11:03:21 +00:00
openbsd * updated dependencies of unit ports (objpas and x86 is no longer required on 2018-07-04 00:33:12 +00:00
os2 * updated dependencies of unit ports (objpas and x86 is no longer required on 2018-07-04 00:33:12 +00:00
palmos * updated dependencies of unit ports (objpas and x86 is no longer required on 2018-07-04 00:33:12 +00:00
powerpc
powerpc64
qnx
solaris * updated dependencies of unit ports (objpas and x86 is no longer required on 2018-07-04 00:33:12 +00:00
sparc
sparc64
symbian * updated dependencies of unit ports (objpas and x86 is no longer required on 2018-07-04 00:33:12 +00:00
ucmaps
unix + use the x86 inline intrinsics for port access in the unix ports unit as well 2018-07-04 00:17:18 +00:00
watcom * updated dependencies of unit ports (objpas and x86 is no longer required on 2018-07-04 00:33:12 +00:00
wii * updated dependencies of unit ports (objpas and x86 is no longer required on 2018-07-04 00:33:12 +00:00
win
win16 * updated dependencies of unit ports (objpas and x86 is no longer required on 2018-07-04 00:33:12 +00:00
win32 * updated dependencies of unit ports (objpas and x86 is no longer required on 2018-07-04 00:33:12 +00:00
win64 * updated dependencies of unit ports (objpas and x86 is no longer required on 2018-07-04 00:33:12 +00:00
wince * updated dependencies of unit ports (objpas and x86 is no longer required on 2018-07-04 00:33:12 +00:00
x86_64 + added the fpc_x86_*port* intrinsics to the x86_64 system unit as well 2018-07-03 22:53:48 +00:00
COPYING.FPC
COPYING.txt
fpmake.inc
fpmake.pp
Makefile * updated dependencies of unit ports (objpas and x86 is no longer required on 2018-07-04 00:33:12 +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.