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

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.