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

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.