fpc/rtl
2008-11-17 21:46:34 +00:00
..
amiga * regened makefiles to propagate makefile versions 2008-10-22 17:32:15 +00:00
arm * tabs/spaces fixed 2008-11-02 09:41:30 +00:00
atari * AllowDirectorySeparators and AllowDriveSeparators typed constants 2008-01-29 23:04:56 +00:00
avr * some avr fixes 2008-07-13 18:16:24 +00:00
beos * regened makefiles to propagate makefile versions 2008-10-22 17:32:15 +00:00
bsd + add poll support for unix 2008-11-16 17:05:47 +00:00
darwin * regened makefiles to propagate makefile versions 2008-10-22 17:32:15 +00:00
embedded * regened makefiles to propagate makefile versions 2008-10-22 17:32:15 +00:00
emx * regened makefiles to propagate makefile versions 2008-10-22 17:32:15 +00:00
freebsd * pipe cleanup from Ales, also fixes TProcess for AMD64. 2008-11-01 11:43:43 +00:00
gba * regened makefiles to propagate makefile versions 2008-10-22 17:32:15 +00:00
go32v2 * regened makefiles to propagate makefile versions 2008-10-22 17:32:15 +00:00
haiku + add poll support for unix 2008-11-16 17:05:47 +00:00
i386 * reset FPU properly after an exception, resolves #12214 2008-09-25 19:15:54 +00:00
inc * patch by Petr Kirstan to resolve #12333 2008-11-16 22:53:17 +00:00
linux * fix linux syscall numbers naming consistency (fixes x86_64 unit linux build) 2008-11-17 21:46:34 +00:00
m68k * use default helpers for now 2006-12-07 20:44:52 +00:00
macos * regened makefiles to propagate makefile versions 2008-10-22 17:32:15 +00:00
morphos + fixed SysUpdateScreen(true) refresh bugs 2008-10-30 21:59:59 +00:00
nds * regened makefiles to propagate makefile versions 2008-10-22 17:32:15 +00:00
netbsd * regened makefiles to propagate makefile versions 2008-10-22 17:32:15 +00:00
netware * regened makefiles to propagate makefile versions 2008-10-22 17:32:15 +00:00
netwlibc * regened makefiles to propagate makefile versions 2008-10-22 17:32:15 +00:00
objpas * fix of broken r12138 2008-11-17 10:18:25 +00:00
openbsd * regened makefiles to propagate makefile versions 2008-10-22 17:32:15 +00:00
os2 * regened makefiles to propagate makefile versions 2008-10-22 17:32:15 +00:00
palmos * regened makefiles to propagate makefile versions 2008-10-22 17:32:15 +00:00
powerpc + support for the different rounding modes in the generic rounding 2008-06-27 17:20:56 +00:00
powerpc64 + support for the different rounding modes in the generic rounding 2008-06-27 17:20:56 +00:00
qnx * regened makefiles to propagate makefile versions 2008-10-22 17:32:15 +00:00
solaris + add poll support for unix 2008-11-16 17:05:47 +00:00
sparc + support for the different rounding modes in the generic rounding 2008-06-27 17:20:56 +00:00
symbian * regened makefiles to propagate makefile versions 2008-10-22 17:32:15 +00:00
ucmaps
unix + add poll support for unix 2008-11-16 17:05:47 +00:00
watcom * regened makefiles to propagate makefile versions 2008-10-22 17:32:15 +00:00
win * fix for 12619, security_descriptor_min_length now a sizeof as in the winsdk headers. (win64) 2008-11-13 08:53:50 +00:00
win32 * regened makefiles to propagate makefile versions 2008-10-22 17:32:15 +00:00
win64 * regened makefiles to propagate makefile versions 2008-10-22 17:32:15 +00:00
wince * regened makefiles to propagate makefile versions 2008-10-22 17:32:15 +00:00
x86_64 + applied a fix similar to 11820 to x86-64 2008-09-25 19:31:16 +00:00
COPYING
COPYING.FPC
fpmake.inc * start of conversion to fpmake 2008-01-08 23:44:09 +00:00
fpmake.pp * include fix fixes 2008-04-01 22:39:52 +00:00
Makefile * regened makefiles to propagate makefile versions 2008-10-22 17:32:15 +00:00
Makefile.fpc * updated all makefile.fpc versions to 2.2.2 for fppkg compat. 2008-10-22 17:19:13 +00:00
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.