fpc/rtl
Jonas Maebe 9a1cd0ec4c * fixed checking the address of installed signal handlers on aix and
linux/ppc64 (have to look past the function descriptors)

git-svn-id: trunk@20820 -
2012-04-11 18:04:50 +00:00
..
aix * on AIX, you have to enable fpu exception reporting per process via an 2012-04-11 18:04:26 +00:00
amiga * regenerated Makefiles with AIX support 2012-04-11 18:03:57 +00:00
arm o patch by Nico Erfurth: Support Assembly optimized functions of SwapEndian on ARM 2012-04-01 17:31:49 +00:00
atari rtl: init widestring and unitcodestring managers before initialization of Standard IO files (stdin,stdout,stderr) 2011-10-25 02:29:29 +00:00
avr * fixed compilation of assembler helpers 2011-02-27 21:11:03 +00:00
beos * regenerated Makefiles with AIX support 2012-04-11 18:03:57 +00:00
bsd + Add forward declaration of InstallDefaultSignalHandler for use inside sighnd.inc 2012-04-11 12:56:11 +00:00
darwin * regenerated Makefiles with AIX support 2012-04-11 18:03:57 +00:00
embedded * regenerated Makefiles with AIX support 2012-04-11 18:03:57 +00:00
emx * regenerated Makefiles with AIX support 2012-04-11 18:03:57 +00:00
freebsd * regenerated Makefiles with AIX support 2012-04-11 18:03:57 +00:00
gba * regenerated Makefiles with AIX support 2012-04-11 18:03:57 +00:00
go32v2 * regenerated Makefiles with AIX support 2012-04-11 18:03:57 +00:00
haiku * regenerated Makefiles with AIX support 2012-04-11 18:03:57 +00:00
i386 * Replaced i386 assembler IndexByte by more sophisticated implementation, larger in size but faster by factor from 2 (on Athlon X2 L310) to 5 (on Core2Duo E7200) for 512 byte buffers. 2012-01-28 17:54:36 +00:00
inc * on AIX, you have to enable fpu exception reporting per process via an 2012-04-11 18:04:26 +00:00
linux * regenerated Makefiles with AIX support 2012-04-11 18:03:57 +00:00
m68k
macos * regenerated Makefiles with AIX support 2012-04-11 18:03:57 +00:00
mips + Add ifdef USE_MIPS_STK2_ASM to disable assmebler code using alterante stack with r23 by default 2012-02-19 19:00:21 +00:00
mipsel * started to fix the mips(el) linux rtl 2012-02-04 21:25:53 +00:00
morphos * regenerated Makefiles with AIX support 2012-04-11 18:03:57 +00:00
nativent * regenerated Makefiles with AIX support 2012-04-11 18:03:57 +00:00
nds * regenerated Makefiles with AIX support 2012-04-11 18:03:57 +00:00
netbsd * regenerated Makefiles with AIX support 2012-04-11 18:03:57 +00:00
netware * regenerated Makefiles with AIX support 2012-04-11 18:03:57 +00:00
netwlibc * regenerated Makefiles with AIX support 2012-04-11 18:03:57 +00:00
objpas * No change when clearing empty collection 2012-04-10 08:04:34 +00:00
openbsd * regenerated Makefiles with AIX support 2012-04-11 18:03:57 +00:00
os2 * regenerated Makefiles with AIX support 2012-04-11 18:03:57 +00:00
palmos * regenerated Makefiles with AIX support 2012-04-11 18:03:57 +00:00
powerpc * on AIX, you have to enable fpu exception reporting per process via an 2012-04-11 18:04:26 +00:00
powerpc64
qnx * regenerated Makefiles with AIX support 2012-04-11 18:03:57 +00:00
solaris * regenerated Makefiles with AIX support 2012-04-11 18:03:57 +00:00
sparc
symbian * regenerated Makefiles with AIX support 2012-04-11 18:03:57 +00:00
ucmaps
unix * fixed checking the address of installed signal handlers on aix and 2012-04-11 18:04:50 +00:00
watcom * regenerated Makefiles with AIX support 2012-04-11 18:03:57 +00:00
wii * regenerated Makefiles with AIX support 2012-04-11 18:03:57 +00:00
win * wvsprintf* to stdcall, mantis #21591 2012-03-29 17:43:38 +00:00
win32 * regenerated Makefiles with AIX support 2012-04-11 18:03:57 +00:00
win64 * regenerated Makefiles with AIX support 2012-04-11 18:03:57 +00:00
wince * regenerated Makefiles with AIX support 2012-04-11 18:03:57 +00:00
x86_64 * Cleaned out code marked as originated from glibc: 2012-02-14 16:09:45 +00:00
COPYING.FPC
COPYING.txt
fpmake.inc rtl: enable character unit compilation for win32 2011-09-22 02:07:05 +00:00
fpmake.pp
Makefile * regenerated Makefiles with AIX support 2012-04-11 18:03:57 +00:00
Makefile.fpc + AIX support to Makefiles 2012-04-11 18:02:38 +00:00
README.txt

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.