fpc/rtl
Jonas Maebe 7c0469e1fd * link libbsd for AIX, because several UNIX routines are part of its BSD
Compatibility library

git-svn-id: trunk@20788 -
2012-04-11 18:00:08 +00:00
..
aix + RTL for AIX 2012-04-11 17:59:49 +00:00
amiga Add x86_64-openbsd target in Makefiles 2012-04-06 16:49:08 +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
beos Add x86_64-openbsd target in Makefiles 2012-04-06 16:49:08 +00:00
bsd + Add forward declaration of InstallDefaultSignalHandler for use inside sighnd.inc 2012-04-11 12:56:11 +00:00
darwin Add x86_64-openbsd target in Makefiles 2012-04-06 16:49:08 +00:00
embedded Add x86_64-openbsd target in Makefiles 2012-04-06 16:49:08 +00:00
emx Add x86_64-openbsd target in Makefiles 2012-04-06 16:49:08 +00:00
freebsd Add x86_64-openbsd target in Makefiles 2012-04-06 16:49:08 +00:00
gba Add x86_64-openbsd target in Makefiles 2012-04-06 16:49:08 +00:00
go32v2 Add x86_64-openbsd target in Makefiles 2012-04-06 16:49:08 +00:00
haiku Add x86_64-openbsd target in Makefiles 2012-04-06 16:49:08 +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 Fix VarEnsureRange use of Result before being set 2012-04-09 21:52:47 +00:00
linux Add x86_64-openbsd target in Makefiles 2012-04-06 16:49:08 +00:00
m68k
macos Add x86_64-openbsd target in Makefiles 2012-04-06 16:49:08 +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 Add x86_64-openbsd target in Makefiles 2012-04-06 16:49:08 +00:00
nativent Add x86_64-openbsd target in Makefiles 2012-04-06 16:49:08 +00:00
nds Add x86_64-openbsd target in Makefiles 2012-04-06 16:49:08 +00:00
netbsd * Fix typo in last commit 2012-04-08 21:42:20 +00:00
netware Add x86_64-openbsd target in Makefiles 2012-04-06 16:49:08 +00:00
netwlibc Add x86_64-openbsd target in Makefiles 2012-04-06 16:49:08 +00:00
objpas * No change when clearing empty collection 2012-04-10 08:04:34 +00:00
openbsd Use mmx_support to decide to use xmState or x87state part of sigcontext 2012-04-11 13:22:58 +00:00
os2 Add x86_64-openbsd target in Makefiles 2012-04-06 16:49:08 +00:00
palmos Add x86_64-openbsd target in Makefiles 2012-04-06 16:49:08 +00:00
powerpc + RTL for AIX 2012-04-11 17:59:49 +00:00
powerpc64
qnx Add x86_64-openbsd target in Makefiles 2012-04-06 16:49:08 +00:00
solaris Add x86_64-openbsd target in Makefiles 2012-04-06 16:49:08 +00:00
sparc
symbian Add x86_64-openbsd target in Makefiles 2012-04-06 16:49:08 +00:00
ucmaps
unix * link libbsd for AIX, because several UNIX routines are part of its BSD 2012-04-11 18:00:08 +00:00
watcom Add x86_64-openbsd target in Makefiles 2012-04-06 16:49:08 +00:00
wii Add x86_64-openbsd target in Makefiles 2012-04-06 16:49:08 +00:00
win * wvsprintf* to stdcall, mantis #21591 2012-03-29 17:43:38 +00:00
win32 Add x86_64-openbsd target in Makefiles 2012-04-06 16:49:08 +00:00
win64 Add x86_64-openbsd target in Makefiles 2012-04-06 16:49:08 +00:00
wince + WM_IME_REQUEST, resolves #21666 2012-04-06 21:32:49 +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 Add x86_64-openbsd target in Makefiles 2012-04-06 16:49:08 +00:00
Makefile.fpc * Add openbsd directory for openbsd source 2011-10-04 22:25:12 +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.