fpc/rtl
michael d45ced0221 * Added DegNormalize
git-svn-id: trunk@27492 -
2014-04-06 16:37:43 +00:00
..
aix * clocale moved to rtl-extra. 2014-03-30 15:27:35 +00:00
amiga * printer unit moved. Amiga unit also moved but it is not actively used. 2014-03-29 20:35:28 +00:00
android * clocale moved to rtl-extra. 2014-03-30 15:27:35 +00:00
arm - Don't compile fpc_abs_real and fpc_sqr_real if they are already defined (Mantis #25342). 2014-03-31 10:10:04 +00:00
atari * moving 4 cp9* units. These are 16-bit and big. 2014-03-29 19:43:13 +00:00
avr
beos * moved units ipc for *BSD, darwin/iphonesim and linux. The others are 2014-03-30 13:13:13 +00:00
bsd * clocale moved to rtl-extra. 2014-03-30 15:27:35 +00:00
charmaps * moving 4 cp9* units. These are 16-bit and big. 2014-03-29 19:43:13 +00:00
darwin * clocale moved to rtl-extra. 2014-03-30 15:27:35 +00:00
embedded
emx * printer unit moved. Amiga unit also moved but it is not actively used. 2014-03-29 20:35:28 +00:00
freebsd * clocale moved to rtl-extra. 2014-03-30 15:27:35 +00:00
gba * moving 4 cp9* units. These are 16-bit and big. 2014-03-29 19:43:13 +00:00
go32v2 * printer unit moved. Amiga unit also moved but it is not actively used. 2014-03-29 20:35:28 +00:00
haiku * clocale moved to rtl-extra. 2014-03-30 15:27:35 +00:00
i386 * i386: replaced fpc_exp_real with a port from AMath library. It has better accuracy and is faster on CPUs that suffer penalties from changing x87 control word. 2014-03-30 09:41:06 +00:00
i8086 + support i8086 far data memory models in fpc_longJmp 2014-03-31 15:53:12 +00:00
inc * Replaced last remaining C tokens. 2014-03-30 05:03:55 +00:00
java * r27142 for the JVM target, so its system unit compiles again 2014-03-30 16:54:59 +00:00
jvm
linux * x86_64-linux: include startup units into build. 2014-03-31 15:58:22 +00:00
m68k
macos
mips
mipsel
morphos * printer unit moved. Amiga unit also moved but it is not actively used. 2014-03-29 20:35:28 +00:00
msdos * fix for i8086 far data memory models in dos.getintvec 2014-04-04 17:03:18 +00:00
nativent * moving 4 cp9* units. These are 16-bit and big. 2014-03-29 19:43:13 +00:00
nds * moving 4 cp9* units. These are 16-bit and big. 2014-03-29 19:43:13 +00:00
netbsd * clocale moved to rtl-extra. 2014-03-30 15:27:35 +00:00
netware * moving 4 cp9* units. These are 16-bit and big. 2014-03-29 19:43:13 +00:00
netwlibc * moving 4 cp9* units. These are 16-bit and big. 2014-03-29 19:43:13 +00:00
objpas * Added DegNormalize 2014-04-06 16:37:43 +00:00
openbsd * clocale moved to rtl-extra. 2014-03-30 15:27:35 +00:00
os2 * printer unit moved. Amiga unit also moved but it is not actively used. 2014-03-29 20:35:28 +00:00
palmos * moving 4 cp9* units. These are 16-bit and big. 2014-03-29 19:43:13 +00:00
powerpc
powerpc64
qnx
solaris * clocale moved to rtl-extra. 2014-03-30 15:27:35 +00:00
sparc
symbian
ucmaps
unix * clock_gettime uses timespec, not timeval 2014-04-02 08:25:03 +00:00
watcom * moving 4 cp9* units. These are 16-bit and big. 2014-03-29 19:43:13 +00:00
wii * moving 4 cp9* units. These are 16-bit and big. 2014-03-29 19:43:13 +00:00
win * printer unit moved. Amiga unit also moved but it is not actively used. 2014-03-29 20:35:28 +00:00
win32 * fix win32 compilation after printer and serial were moved 2014-03-29 21:29:35 +00:00
win64 * removed printer 2014-03-31 11:07:55 +00:00
wince * moving 4 cp9* units. These are 16-bit and big. 2014-03-29 19:43:13 +00:00
x86_64
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.