fpc/rtl
2014-04-26 15:09:33 +00:00
..
aix * fixed compilation of AIX rtl with -Cr 2014-04-19 18:48:57 +00:00
amiga amiga: added some hacks to support the ancient code in amunits package. most of this will be gone after amunits package cleanup, but at least amunits package builds now 2014-04-13 23:39:59 +00:00
android Makefiles updated with fpcmake rev 27428 2014-04-10 09:58:17 +00:00
arm - Don't compile fpc_abs_real and fpc_sqr_real if they are already defined (Mantis #25342). 2014-03-31 10:10:04 +00:00
atari
avr
beos Makefiles updated with fpcmake rev 27428 2014-04-10 09:58:17 +00:00
bsd * clocale moved to rtl-extra. 2014-03-30 15:27:35 +00:00
charmaps
darwin Makefiles updated with fpcmake rev 27428 2014-04-10 09:58:17 +00:00
embedded Makefiles updated with fpcmake rev 27428 2014-04-10 09:58:17 +00:00
emx Makefiles updated with fpcmake rev 27428 2014-04-10 09:58:17 +00:00
freebsd Makefiles updated with fpcmake rev 27428 2014-04-10 09:58:17 +00:00
gba Makefiles updated with fpcmake rev 27428 2014-04-10 09:58:17 +00:00
go32v2 Complete previous commit: add EXECPPAS to ALL explicit rules 2014-04-10 16:14:58 +00:00
haiku Makefiles updated with fpcmake rev 27428 2014-04-10 09:58:17 +00:00
i386 * i386 and x86_64 changes for Delphi compatibility: 2014-04-25 15:10:12 +00:00
i8086 + added an asm implementation of FillDWord for i8086 2014-04-25 09:18:43 +00:00
inc * Added plain calls for semaphore-related functionality, this removes need to maintain a second copy of thread manager in unis/tthread.inc. 2014-04-26 13:58:35 +00:00
java Makefiles updated with fpcmake rev 27428 2014-04-10 09:58:17 +00:00
jvm
linux Makefiles updated with fpcmake rev 27428 2014-04-10 09:58:17 +00:00
m68k
macos Makefiles updated with fpcmake rev 27428 2014-04-10 09:58:17 +00:00
mips
mipsel
morphos Makefiles updated with fpcmake rev 27428 2014-04-10 09:58:17 +00:00
msdos Makefiles updated with fpcmake rev 27428 2014-04-10 09:58:17 +00:00
nativent Remove varutils, variants and dateutils units which are now in rtl-objpas package 2014-04-10 09:50:59 +00:00
nds Makefiles updated with fpcmake rev 27428 2014-04-10 09:58:17 +00:00
netbsd Add missing unixtype unit dependencies 2014-04-10 09:54:26 +00:00
netware Makefiles updated with fpcmake rev 27428 2014-04-10 09:58:17 +00:00
netwlibc - removed file coming from Novell NDK, whose licensing agreement forbids 2014-04-19 17:04:18 +00:00
objpas * i386 and x86_64 changes for Delphi compatibility: 2014-04-25 15:10:12 +00:00
openbsd - Remove openbsd/classes.pp and use generic unix/classes.pp instead. These files are identical, excluding whitespace and comments. 2014-04-26 15:09:33 +00:00
os2 Makefiles updated with fpcmake rev 27428 2014-04-10 09:58:17 +00:00
palmos Makefiles updated with fpcmake rev 27428 2014-04-10 09:58:17 +00:00
powerpc - Removed fpc_pi_real compilerproc, it is no longer used. At least two releases (2.6.2 and 2.6.4) emit Pi directly as a constant. 2014-04-07 09:16:24 +00:00
powerpc64 - Removed fpc_pi_real compilerproc, it is no longer used. At least two releases (2.6.2 and 2.6.4) emit Pi directly as a constant. 2014-04-07 09:16:24 +00:00
qnx
solaris Makefiles updated with fpcmake rev 27428 2014-04-10 09:58:17 +00:00
sparc
symbian Makefiles updated with fpcmake rev 27428 2014-04-10 09:58:17 +00:00
ucmaps
unix * Added plain calls for semaphore-related functionality, this removes need to maintain a second copy of thread manager in unis/tthread.inc. 2014-04-26 13:58:35 +00:00
watcom
wii Makefiles updated with fpcmake rev 27428 2014-04-10 09:58:17 +00:00
win * printer unit moved. Amiga unit also moved but it is not actively used. 2014-03-29 20:35:28 +00:00
win32 Makefiles updated with fpcmake rev 27428 2014-04-10 09:58:17 +00:00
win64 Makefiles updated with fpcmake rev 27428 2014-04-10 09:58:17 +00:00
wince Makefiles updated with fpcmake rev 27428 2014-04-10 09:58:17 +00:00
x86_64 * i386 and x86_64 changes for Delphi compatibility: 2014-04-25 15:10:12 +00:00
COPYING.FPC
COPYING.txt
fpmake.inc
fpmake.pp
Makefile Makefiles updated with fpcmake rev 27428 2014-04-10 09:58:17 +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.