fpc/rtl
2017-12-30 16:38:13 +00:00
..
aarch64
aix * fpcmake.inc and Makefiles renerated after last commit 2017-12-27 15:08:18 +00:00
amicommon
amiga amiga: added some code to compile the Amiga RTL with tinyheap. will be useful for Kickstart 1.3 and better very-low-end systems support. disabled by default. also added ifdefs around DynLibs support 2017-12-30 06:57:15 +00:00
android * fpcmake.inc and Makefiles renerated after last commit 2017-12-27 15:08:18 +00:00
arm
aros * fpcmake.inc and Makefiles renerated after last commit 2017-12-27 15:08:18 +00:00
atari * fpcmake.inc and Makefiles renerated after last commit 2017-12-27 15:08:18 +00:00
avr
beos * fpcmake.inc and Makefiles renerated after last commit 2017-12-27 15:08:18 +00:00
bsd
charmaps
darwin * fpcmake.inc and Makefiles renerated after last commit 2017-12-27 15:08:18 +00:00
dragonfly * fpcmake.inc and Makefiles renerated after last commit 2017-12-27 15:08:18 +00:00
embedded * after r34939, it was not taken care of the extra storage needed for the size field, fixed, should fix 2017-12-30 16:38:13 +00:00
emx * fpcmake.inc and Makefiles renerated after last commit 2017-12-27 15:08:18 +00:00
freebsd * fpcmake.inc and Makefiles renerated after last commit 2017-12-27 15:08:18 +00:00
gba * fpcmake.inc and Makefiles renerated after last commit 2017-12-27 15:08:18 +00:00
go32v2 * fpcmake.inc and Makefiles renerated after last commit 2017-12-27 15:08:18 +00:00
haiku * fpcmake.inc and Makefiles renerated after last commit 2017-12-27 15:08:18 +00:00
i386 - removed one asm instruction from i386's StrEnd() implementation 2017-11-23 16:43:51 +00:00
i8086 + added an i8086-specific procedure MoveData, that allows moving of far data, 2017-12-15 21:47:21 +00:00
inc objcbase: as discussed on the mailing list - still allow a dummy version to be built. this allows darwin to be built without objectivec feature 2017-12-30 05:01:29 +00:00
java * fpcmake.inc and Makefiles renerated after last commit 2017-12-27 15:08:18 +00:00
jvm
linux * fpcmake.inc and Makefiles renerated after last commit 2017-12-27 15:08:18 +00:00
m68k m68k: an assembly optimized longint to int64 implementation. removed the sarint64 helper from here 2017-12-26 22:41:06 +00:00
macos * fpcmake.inc and Makefiles renerated after last commit 2017-12-27 15:08:18 +00:00
mips
mipsel
morphos * fpcmake.inc and Makefiles renerated after last commit 2017-12-27 15:08:18 +00:00
msdos * fpcmake.inc and Makefiles renerated after last commit 2017-12-27 15:08:18 +00:00
nativent * fpcmake.inc and Makefiles renerated after last commit 2017-12-27 15:08:18 +00:00
nds * fix feature handling, resolves 2017-12-28 15:58:37 +00:00
netbsd * fpcmake.inc and Makefiles renerated after last commit 2017-12-27 15:08:18 +00:00
netware * fpcmake.inc and Makefiles renerated after last commit 2017-12-27 15:08:18 +00:00
netwlibc * fpcmake.inc and Makefiles renerated after last commit 2017-12-27 15:08:18 +00:00
objpas * fix widestringreplace, shared routine missed some *sizeof(srchar) here and there. 2017-12-30 15:51:53 +00:00
openbsd * fpcmake.inc and Makefiles renerated after last commit 2017-12-27 15:08:18 +00:00
os2 * fpcmake.inc and Makefiles renerated after last commit 2017-12-27 15:08:18 +00:00
palmos * fpcmake.inc and Makefiles renerated after last commit 2017-12-27 15:08:18 +00:00
powerpc
powerpc64
qnx
solaris * fpcmake.inc and Makefiles renerated after last commit 2017-12-27 15:08:18 +00:00
sparc
sparc64
symbian * fpcmake.inc and Makefiles renerated after last commit 2017-12-27 15:08:18 +00:00
ucmaps
unix fix typo in comment. no functional change. 2017-11-07 15:50:59 +00:00
watcom * fpcmake.inc and Makefiles renerated after last commit 2017-12-27 15:08:18 +00:00
wii * fpcmake.inc and Makefiles renerated after last commit 2017-12-27 15:08:18 +00:00
win * some update to filechange attributes by Pascal Riekenberg, mantis 2017-12-21 14:22:36 +00:00
win16 * fpcmake.inc and Makefiles renerated after last commit 2017-12-27 15:08:18 +00:00
win32 * fpcmake.inc and Makefiles renerated after last commit 2017-12-27 15:08:18 +00:00
win64 * fpcmake.inc and Makefiles renerated after last commit 2017-12-27 15:08:18 +00:00
wince * fpcmake.inc and Makefiles renerated after last commit 2017-12-27 15:08:18 +00:00
x86_64
COPYING.FPC
COPYING.txt
fpmake.inc
fpmake.pp
Makefile * fpcmake.inc and Makefiles renerated after last commit 2017-12-27 15:08:18 +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.