tom_at_work ddc0ac9a43 * better fix for TFPGSList memory leak: avoid changing allocation behavior (adds one temp entry used for various operations), and clean up in the destructor 18 tahun lalu
..
amiga cb744d37ff - reverted change for avoiding recompilation of units in subdirs, 18 tahun lalu
arm ef3178cdb1 * Fixed default float exceptions mask for arm fpu. It fixes tw3160c.pp on arm-linux. 18 tahun lalu
atari f29fde8978 * CheckInitialStkLen and/or StackLength initialization added to previously omitted targets 20 tahun lalu
beos bcd5fc555a * rtl part of Olivier Coursier's BeOS patch 18 tahun lalu
bsd d2e4f53a13 * hopefuly fix the fp* problems for stat and others 18 tahun lalu
darwin cb744d37ff - reverted change for avoiding recompilation of units in subdirs, 18 tahun lalu
embedded cb744d37ff - reverted change for avoiding recompilation of units in subdirs, 18 tahun lalu
emx cb744d37ff - reverted change for avoiding recompilation of units in subdirs, 18 tahun lalu
freebsd d2e4f53a13 * hopefuly fix the fp* problems for stat and others 18 tahun lalu
gba cb744d37ff - reverted change for avoiding recompilation of units in subdirs, 18 tahun lalu
go32v2 cb744d37ff - reverted change for avoiding recompilation of units in subdirs, 18 tahun lalu
i386 d95b9082bb * add memory barrier prototypes + implementation for i386 and sparc + use lwsync for powerpc64 18 tahun lalu
inc 5cffd5d22b * marked TObject.InitInstance as inline 18 tahun lalu
linux a42b134a81 * fix sysenter variable duplication 18 tahun lalu
m68k d127e002d8 * use default helpers for now 19 tahun lalu
macos cb744d37ff - reverted change for avoiding recompilation of units in subdirs, 18 tahun lalu
morphos cb744d37ff - reverted change for avoiding recompilation of units in subdirs, 18 tahun lalu
nds cb744d37ff - reverted change for avoiding recompilation of units in subdirs, 18 tahun lalu
netbsd d2e4f53a13 * hopefuly fix the fp* problems for stat and others 18 tahun lalu
netware cb744d37ff - reverted change for avoiding recompilation of units in subdirs, 18 tahun lalu
netwlibc cb744d37ff - reverted change for avoiding recompilation of units in subdirs, 18 tahun lalu
objpas ddc0ac9a43 * better fix for TFPGSList memory leak: avoid changing allocation behavior (adds one temp entry used for various operations), and clean up in the destructor 18 tahun lalu
openbsd d2e4f53a13 * hopefuly fix the fp* problems for stat and others 18 tahun lalu
os2 cb744d37ff - reverted change for avoiding recompilation of units in subdirs, 18 tahun lalu
palmos cb744d37ff - reverted change for avoiding recompilation of units in subdirs, 18 tahun lalu
powerpc d95b9082bb * add memory barrier prototypes + implementation for i386 and sparc + use lwsync for powerpc64 18 tahun lalu
powerpc64 98ad33a0c7 + added lwsync instruction to the compiler 18 tahun lalu
solaris cb744d37ff - reverted change for avoiding recompilation of units in subdirs, 18 tahun lalu
sparc e205481027 * fixed sparc bootstrap 18 tahun lalu
symbian cb744d37ff - reverted change for avoiding recompilation of units in subdirs, 18 tahun lalu
ucmaps a78efe6cb9 + initial revision of unicode conversion files 25 tahun lalu
unix d2e4f53a13 * hopefuly fix the fp* problems for stat and others 18 tahun lalu
watcom cb744d37ff - reverted change for avoiding recompilation of units in subdirs, 18 tahun lalu
win e034788320 * two semi colon's added and compilation checked 18 tahun lalu
win32 084f47708a * fixed CtrlZMarksEOF comment (#9475) 18 tahun lalu
win64 084f47708a * fixed CtrlZMarksEOF comment (#9475) 18 tahun lalu
wince 084f47708a * fixed CtrlZMarksEOF comment (#9475) 18 tahun lalu
x86_64 2e47433989 * fix typo 18 tahun lalu
COPYING 8117e33c2a + Made license more clear, upgraded to LGPL 2.1 21 tahun lalu
COPYING.FPC 8117e33c2a + Made license more clear, upgraded to LGPL 2.1 21 tahun lalu
Makefile 30bc89cfe5 * fixed dependency checking for source files in subdirectories relative 18 tahun lalu
Makefile.fpc 9adb91a68d + support for make -jX by marking all Makefiles that need to be executed 18 tahun lalu
README 57f0c736a6 * updated variables 24 tahun lalu
fpmake.inc 92538bcb2a Fixed lineinfo compilation with -gl 18 tahun lalu
fpmake.pp 03f441c966 + Initial check-in 20 tahun lalu

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.