peter 13448762f6 * FSStat to StatFS 24 lat temu
..
amiga 1ce6935ed1 * system unit name change corrections 24 lat temu
atari 1ce6935ed1 * system unit name change corrections 24 lat temu
beos 47a24b5da6 * eoutofmemory and einvalidpointer fix 24 lat temu
fakertl 650fbb86aa + removed logs 25 lat temu
freebsd 061d89620a * merge unix updates from the 1.0 branch, mostly related to the 24 lat temu
go32v1 4eb94da6ac * gecho, gdate fixes 24 lat temu
go32v2 47a24b5da6 * eoutofmemory and einvalidpointer fix 24 lat temu
i386 a4755024cc * some fixes for widestrings and variants 24 lat temu
inc 45ea82ed18 * ucs4char added 24 lat temu
linux 13448762f6 * FSStat to StatFS 24 lat temu
m68k 586c4cea50 + Conditionals fixed 25 lat temu
netware 47a24b5da6 * eoutofmemory and einvalidpointer fix 24 lat temu
objpas 47a24b5da6 * eoutofmemory and einvalidpointer fix 24 lat temu
os2 47a24b5da6 * eoutofmemory and einvalidpointer fix 24 lat temu
palmos d111ee7e69 * system unit name change corrections 24 lat temu
powerpc 02591a89d9 * changed 'bdnzeq cr0' to 'bdnzt cr0*4+eq' 24 lat temu
sunos 0511ddae5c * sunos file 24 lat temu
template 2cc3d97a1d * added empty template 24 lat temu
ucmaps a78efe6cb9 + initial revision of unicode conversion files 25 lat temu
unix 13448762f6 * FSStat to StatFS 24 lat temu
win32 47a24b5da6 * eoutofmemory and einvalidpointer fix 24 lat temu
COPYING 219026b171 Corrected License to Library license and FSF adress 26 lat temu
COPYING.FPC 219026b171 Corrected License to Library license and FSF adress 26 lat temu
Makefile 472e553555 * include target dir only for target 24 lat temu
Makefile.fpc 472e553555 * include target dir only for target 24 lat temu
README c009c3782a * updated info 24 lat temu

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)

Some variables that you may want to set (using 'make ="value"') are:

FPC - What compiler to use. Use an absolute path.
(default is ppc386)
UNITINSTALLDIR - 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 will also compile everything.

Enjoy.