fpc/rtl
Jonas Maebe a228a3bf4c * fixed parallel building for i386 after r32857
git-svn-id: trunk@32886 -
2016-01-07 22:06:27 +00:00
..
aarch64
aix Regenerate after: Fix rtl compilation for AIX OS 2015-12-05 00:16:31 +00:00
amicommon
amiga
android * Fixed cwstring for Android after latest widestring manager changes. 2015-11-26 18:14:26 +00:00
arm * do not generate blx instructions, the generation of blx instead of bl was introduced some years ago but today it proves to be wrong: if necessary, the linker converts the bl into a blx, this is also how gcc and clang handle it 2015-12-29 13:32:21 +00:00
aros
atari
avr Add support for ram-less AVR chips and simultanously optimize flash/ram size the initfinal calling sequence. 2015-11-22 00:37:10 +00:00
beos
bsd * fixed dirent handling for DragonFly BSD (patch by John Marino, 2015-12-24 10:54:47 +00:00
charmaps
darwin * fixed parallel building for i386 after r32857 2016-01-07 22:06:27 +00:00
dragonfly + added explicit rules for the iso7186 unit for the bsd targets 2015-11-21 14:43:54 +00:00
embedded + use CPU_UNITS_DEFINED to track if a SUBARCH is passed, so with CPU_UNITS_DEFINED=1 it is easily possible to compile without any cpu units 2016-01-03 09:36:23 +00:00
emx
freebsd + added explicit rules for the iso7186 unit for the bsd targets 2015-11-21 14:43:54 +00:00
gba
go32v2
haiku
i386 o unified interface of i386 and x86-64 cpu unit: 2016-01-05 15:23:26 +00:00
i8086 Fix fpc_frac_real, fpc_trunk_real and fpc_int_real by removing the assumption that SP=BP at entry 2016-01-06 15:20:57 +00:00
inc * Fix bug #28258, missing UTF8ToString, patch by Stocki 2016-01-01 17:27:44 +00:00
java
jvm
linux - Cleaned out some more assembler PIC hacks around ExitCode variable 2015-12-18 11:49:20 +00:00
m68k
macos
mips
mipsel
morphos
msdos * added 'word ptr' overrides, to avoid generating 32-bit instructions (due to a 2016-01-07 15:40:47 +00:00
nativent
nds
netbsd + added explicit rules for the iso7186 unit for the bsd targets 2015-11-21 14:43:54 +00:00
netware
netwlibc
objpas Use CodePointer for all CheckVariantEvent parameter typecast 2016-01-06 14:04:31 +00:00
openbsd + added explicit rules for the iso7186 unit for the bsd targets 2015-11-21 14:43:54 +00:00
os2
palmos
powerpc
powerpc64
qnx
solaris
sparc
symbian
ucmaps
unix * deprecated dt routines in unixutils. Julian routines already were 2015-11-20 15:06:29 +00:00
watcom
wii
win * use FormatMessageW in SysErrorMessage, resolves issue #29197 2016-01-03 15:56:31 +00:00
win16
win32 - Win32 RTL: removed assembler startup files, which are unused since version 2.0.x 2015-12-20 01:41:28 +00:00
win64
wince * wince has its own struct. Fix it in same way as win/wininc/struct.inc 2015-11-19 14:12:10 +00:00
x86_64 - removed "nostackframe" from floating point helpers for llvm, as FPC 2015-12-05 18:03:57 +00:00
COPYING.FPC
COPYING.txt
fpmake.inc
fpmake.pp
Makefile
Makefile.fpc
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.