Jonas Maebe 3a4c28f3c9 Merged revisions 6589,6591 via svnmerge from 18 rokov pred
..
amiga 6398fa484c + darwin/ppc64 support 18 rokov pred
arm 1ab81c7eb6 * fixed fpa flag setting 18 rokov pred
atari f29fde8978 * CheckInitialStkLen and/or StackLength initialization added to previously omitted targets 20 rokov pred
beos 6398fa484c + darwin/ppc64 support 18 rokov pred
bsd f8c82e5504 + darwin/ppc64 support for signal routines 18 rokov pred
darwin 3b32a1af9d Merged revisions 6489-6490 via svnmerge from 18 rokov pred
embedded 6398fa484c + darwin/ppc64 support 18 rokov pred
emx 6398fa484c + darwin/ppc64 support 18 rokov pred
freebsd 6398fa484c + darwin/ppc64 support 18 rokov pred
gba 6398fa484c + darwin/ppc64 support 18 rokov pred
go32v2 6398fa484c + darwin/ppc64 support 18 rokov pred
i386 cd767cf5c8 * i386 uses generic fpc_compare_shortstr_equal 18 rokov pred
inc 3a4c28f3c9 Merged revisions 6589,6591 via svnmerge from 18 rokov pred
linux 6398fa484c + darwin/ppc64 support 18 rokov pred
m68k d127e002d8 * use default helpers for now 18 rokov pred
macos 6398fa484c + darwin/ppc64 support 18 rokov pred
morphos 6398fa484c + darwin/ppc64 support 18 rokov pred
nds 6398fa484c + darwin/ppc64 support 18 rokov pred
netbsd 6398fa484c + darwin/ppc64 support 18 rokov pred
netware 6398fa484c + darwin/ppc64 support 18 rokov pred
netwlibc 6398fa484c + darwin/ppc64 support 18 rokov pred
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) 18 rokov pred
openbsd 6398fa484c + darwin/ppc64 support 18 rokov pred
os2 6398fa484c + darwin/ppc64 support 18 rokov pred
palmos 6398fa484c + darwin/ppc64 support 18 rokov pred
powerpc fc027d16c5 * syntax error in last commit fixed 18 rokov pred
powerpc64 ee2df94d05 * darwin/ppc64 compilation fixes 18 rokov pred
solaris 6398fa484c + darwin/ppc64 support 18 rokov pred
sparc 800742939b + sparc InterlockedCompareExchange 19 rokov pred
symbian 6398fa484c + darwin/ppc64 support 18 rokov pred
ucmaps a78efe6cb9 + initial revision of unicode conversion files 25 rokov pred
unix 06df37a477 Merged revisions 6512 via svnmerge from 18 rokov pred
watcom 6398fa484c + darwin/ppc64 support 18 rokov pred
win 312464253d Merged revisions 6382-6385,6387-6390 via svnmerge from 18 rokov pred
win32 6398fa484c + darwin/ppc64 support 18 rokov pred
win64 6398fa484c + darwin/ppc64 support 18 rokov pred
wince 6398fa484c + darwin/ppc64 support 18 rokov pred
x86_64 b3137786e2 * forgotten commit 18 rokov pred
COPYING 8117e33c2a + Made license more clear, upgraded to LGPL 2.1 20 rokov pred
COPYING.FPC 8117e33c2a + Made license more clear, upgraded to LGPL 2.1 20 rokov pred
Makefile 6398fa484c + darwin/ppc64 support 18 rokov pred
Makefile.fpc 9adb91a68d + support for make -jX by marking all Makefiles that need to be executed 18 rokov pred
README 57f0c736a6 * updated variables 24 rokov pred
fpmake.inc 92538bcb2a Fixed lineinfo compilation with -gl 18 rokov pred
fpmake.pp 03f441c966 + Initial check-in 20 rokov pred

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.