Jonas Maebe 3a4c28f3c9 Merged revisions 6589,6591 via svnmerge from %!s(int64=19) %!d(string=hai) anos
..
amiga 6398fa484c + darwin/ppc64 support %!s(int64=19) %!d(string=hai) anos
arm 1ab81c7eb6 * fixed fpa flag setting %!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 6398fa484c + darwin/ppc64 support %!s(int64=19) %!d(string=hai) anos
bsd f8c82e5504 + darwin/ppc64 support for signal routines %!s(int64=19) %!d(string=hai) anos
darwin 3b32a1af9d Merged revisions 6489-6490 via svnmerge from %!s(int64=19) %!d(string=hai) anos
embedded 6398fa484c + darwin/ppc64 support %!s(int64=19) %!d(string=hai) anos
emx 6398fa484c + darwin/ppc64 support %!s(int64=19) %!d(string=hai) anos
freebsd 6398fa484c + darwin/ppc64 support %!s(int64=19) %!d(string=hai) anos
gba 6398fa484c + darwin/ppc64 support %!s(int64=19) %!d(string=hai) anos
go32v2 6398fa484c + darwin/ppc64 support %!s(int64=19) %!d(string=hai) anos
i386 cd767cf5c8 * i386 uses generic fpc_compare_shortstr_equal %!s(int64=19) %!d(string=hai) anos
inc 3a4c28f3c9 Merged revisions 6589,6591 via svnmerge from %!s(int64=19) %!d(string=hai) anos
linux 6398fa484c + darwin/ppc64 support %!s(int64=19) %!d(string=hai) anos
m68k d127e002d8 * use default helpers for now %!s(int64=19) %!d(string=hai) anos
macos 6398fa484c + darwin/ppc64 support %!s(int64=19) %!d(string=hai) anos
morphos 6398fa484c + darwin/ppc64 support %!s(int64=19) %!d(string=hai) anos
nds 6398fa484c + darwin/ppc64 support %!s(int64=19) %!d(string=hai) anos
netbsd 6398fa484c + darwin/ppc64 support %!s(int64=19) %!d(string=hai) anos
netware 6398fa484c + darwin/ppc64 support %!s(int64=19) %!d(string=hai) anos
netwlibc 6398fa484c + darwin/ppc64 support %!s(int64=19) %!d(string=hai) anos
objpas d87dc4e3f8 * always pass property value by value to the property setter of a method, the optimization (to prevent copying) to pass just the reference doesn't work on arm, for example (bug 8273) %!s(int64=19) %!d(string=hai) anos
openbsd 6398fa484c + darwin/ppc64 support %!s(int64=19) %!d(string=hai) anos
os2 6398fa484c + darwin/ppc64 support %!s(int64=19) %!d(string=hai) anos
palmos 6398fa484c + darwin/ppc64 support %!s(int64=19) %!d(string=hai) anos
powerpc fc027d16c5 * syntax error in last commit fixed %!s(int64=19) %!d(string=hai) anos
powerpc64 ee2df94d05 * darwin/ppc64 compilation fixes %!s(int64=19) %!d(string=hai) anos
solaris 6398fa484c + darwin/ppc64 support %!s(int64=19) %!d(string=hai) anos
sparc 800742939b + sparc InterlockedCompareExchange %!s(int64=19) %!d(string=hai) anos
symbian 6398fa484c + darwin/ppc64 support %!s(int64=19) %!d(string=hai) anos
ucmaps a78efe6cb9 + initial revision of unicode conversion files %!s(int64=25) %!d(string=hai) anos
unix 06df37a477 Merged revisions 6512 via svnmerge from %!s(int64=19) %!d(string=hai) anos
watcom 6398fa484c + darwin/ppc64 support %!s(int64=19) %!d(string=hai) anos
win 312464253d Merged revisions 6382-6385,6387-6390 via svnmerge from %!s(int64=19) %!d(string=hai) anos
win32 6398fa484c + darwin/ppc64 support %!s(int64=19) %!d(string=hai) anos
win64 6398fa484c + darwin/ppc64 support %!s(int64=19) %!d(string=hai) anos
wince 6398fa484c + darwin/ppc64 support %!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 6398fa484c + darwin/ppc64 support %!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.