florian 9a0f769b2f * cleaned up set conversion %!s(int64=19) %!d(string=hai) anos
..
amiga d49ffdf543 * Renamed dynlibs.pas %!s(int64=19) %!d(string=hai) anos
arm b5b86f6d73 * ce compilation fixed %!s(int64=19) %!d(string=hai) anos
atari f29fde8978 * CheckInitialStkLen and/or StackLength initialization added to previously omitted targets %!s(int64=20) %!d(string=hai) anos
beos d49ffdf543 * Renamed dynlibs.pas %!s(int64=19) %!d(string=hai) anos
bsd 31fa4e78c9 * call libc's exit instead of _exit when doing a halt, so the %!s(int64=19) %!d(string=hai) anos
darwin d49ffdf543 * Renamed dynlibs.pas %!s(int64=19) %!d(string=hai) anos
embedded 9adb91a68d + support for make -jX by marking all Makefiles that need to be executed %!s(int64=19) %!d(string=hai) anos
emx d49ffdf543 * Renamed dynlibs.pas %!s(int64=19) %!d(string=hai) anos
freebsd d49ffdf543 * Renamed dynlibs.pas %!s(int64=19) %!d(string=hai) anos
gba d49ffdf543 * Renamed dynlibs.pas %!s(int64=19) %!d(string=hai) anos
go32v2 d49ffdf543 * Renamed dynlibs.pas %!s(int64=19) %!d(string=hai) anos
i386 57cfd89fbd * Linux 64-bit FS patch from neli for FPC_USE_LIBC %!s(int64=19) %!d(string=hai) anos
inc 9a0f769b2f * cleaned up set conversion %!s(int64=19) %!d(string=hai) anos
linux 1a0a2c8adc * fix lstat for x86_64 linux syscall, has no 32 bit variant %!s(int64=19) %!d(string=hai) anos
m68k d127e002d8 * use default helpers for now %!s(int64=19) %!d(string=hai) anos
macos d49ffdf543 * Renamed dynlibs.pas %!s(int64=19) %!d(string=hai) anos
morphos d49ffdf543 * Renamed dynlibs.pas %!s(int64=19) %!d(string=hai) anos
nds 5e13ba03e6 + Add feature define around inittextio %!s(int64=19) %!d(string=hai) anos
netbsd d49ffdf543 * Renamed dynlibs.pas %!s(int64=19) %!d(string=hai) anos
netware d49ffdf543 * Renamed dynlibs.pas %!s(int64=19) %!d(string=hai) anos
netwlibc d49ffdf543 * Renamed dynlibs.pas %!s(int64=19) %!d(string=hai) anos
objpas d5d3779360 * patch for #8375 from Roozbeh Gholizadeh %!s(int64=19) %!d(string=hai) anos
openbsd 9adb91a68d + support for make -jX by marking all Makefiles that need to be executed %!s(int64=19) %!d(string=hai) anos
os2 d49ffdf543 * Renamed dynlibs.pas %!s(int64=19) %!d(string=hai) anos
palmos d49ffdf543 * Renamed dynlibs.pas %!s(int64=19) %!d(string=hai) anos
powerpc fc027d16c5 * syntax error in last commit fixed %!s(int64=19) %!d(string=hai) anos
powerpc64 2f0ce31751 * string concat changed from function to procedure to %!s(int64=19) %!d(string=hai) anos
solaris d49ffdf543 * Renamed dynlibs.pas %!s(int64=19) %!d(string=hai) anos
sparc 800742939b + sparc InterlockedCompareExchange %!s(int64=19) %!d(string=hai) anos
symbian e2633cb47d * linker stuff for symbian by Felipe Monteiro de Carvalho %!s(int64=19) %!d(string=hai) anos
ucmaps a78efe6cb9 + initial revision of unicode conversion files %!s(int64=25) %!d(string=hai) anos
unix 57cfd89fbd * Linux 64-bit FS patch from neli for FPC_USE_LIBC %!s(int64=19) %!d(string=hai) anos
watcom 9adb91a68d + support for make -jX by marking all Makefiles that need to be executed %!s(int64=19) %!d(string=hai) anos
win c6f8f550f9 * resource functions for win64, fixes #8304 %!s(int64=19) %!d(string=hai) anos
win32 d49ffdf543 * Renamed dynlibs.pas %!s(int64=19) %!d(string=hai) anos
win64 d49ffdf543 * Renamed dynlibs.pas %!s(int64=19) %!d(string=hai) anos
wince d5d3779360 * patch for #8375 from Roozbeh Gholizadeh %!s(int64=19) %!d(string=hai) anos
x86_64 b3137786e2 * forgotten commit %!s(int64=19) %!d(string=hai) anos
COPYING 8117e33c2a + Made license more clear, upgraded to LGPL 2.1 %!s(int64=21) %!d(string=hai) anos
COPYING.FPC 8117e33c2a + Made license more clear, upgraded to LGPL 2.1 %!s(int64=21) %!d(string=hai) anos
Makefile d49ffdf543 * Renamed dynlibs.pas %!s(int64=19) %!d(string=hai) anos
Makefile.fpc 9adb91a68d + support for make -jX by marking all Makefiles that need to be executed %!s(int64=19) %!d(string=hai) anos
README 57f0c736a6 * updated variables %!s(int64=24) %!d(string=hai) anos
fpmake.inc 92538bcb2a Fixed lineinfo compilation with -gl %!s(int64=19) %!d(string=hai) anos
fpmake.pp 03f441c966 + Initial check-in %!s(int64=20) %!d(string=hai) anos

README

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.