fpc/rtl
marco ed3a49372d * strutils moved to packages/rtl-objpas
git-svn-id: trunk@27339 -
2014-03-29 17:51:44 +00:00
..
aix * strutils moved to packages/rtl-objpas 2014-03-29 17:51:44 +00:00
amiga * strutils moved to packages/rtl-objpas 2014-03-29 17:51:44 +00:00
android * strutils moved to packages/rtl-objpas 2014-03-29 17:51:44 +00:00
arm - RTL: cleaned out FPC_FREEMEM_X. We now have a dedicated compilerproc 'fpc_freemem' for this purpose. 2014-03-23 02:11:38 +00:00
atari - Don't include softfpu code on SPARC, unless bootstrapping with 2.6. 2014-03-20 17:20:58 +00:00
avr Fixed some bugs in the AVR RTL code. 2014-03-04 08:03:27 +00:00
beos * strutils moved to packages/rtl-objpas 2014-03-29 17:51:44 +00:00
bsd * Removed SysInitFPU/SysResetFPU from (remaining) system units initialization code. It is redundant there because it is called from fpc_cpuinit, or, in case of i386, from fpc_cpucodeinit. 2014-03-17 10:53:52 +00:00
charmaps
darwin * strutils moved to packages/rtl-objpas 2014-03-29 17:51:44 +00:00
embedded * partially merged the mips-embedded branch of Michael Ring: 2014-03-19 21:25:38 +00:00
emx * strutils moved to packages/rtl-objpas 2014-03-29 17:51:44 +00:00
freebsd * strutils moved to packages/rtl-objpas 2014-03-29 17:51:44 +00:00
gba * strutils moved to packages/rtl-objpas 2014-03-29 17:51:44 +00:00
go32v2 * strutils moved to packages/rtl-objpas 2014-03-29 17:51:44 +00:00
haiku * strutils moved to packages/rtl-objpas 2014-03-29 17:51:44 +00:00
i386 - i386 and x86_64: Once softfloat stuff has been cleaned up, SysResetFPU and SysInitFPU end up doing exactly the same. Removed one of them. 2014-03-25 10:52:07 +00:00
i8086 + i8086 far data memory model support in Sptr and get_frame 2014-03-24 17:10:38 +00:00
inc * softfpu.pp: clean up. 2014-03-25 14:45:41 +00:00
java * fpc_raiseexception does not return a result. 2014-02-22 15:18:31 +00:00
jvm * Moved declarations of TFPURoundingMode,TFPUExceptionMask and TFPUPrecisionMode to System unit. Declarations in Math unit changed to aliases. 2014-03-20 22:44:46 +00:00
linux * strutils moved to packages/rtl-objpas 2014-03-29 17:51:44 +00:00
m68k + Implemented m68k-specific (actually, softfloat-specific) part of Math unit. 2014-03-21 05:24:09 +00:00
macos * mipsel-android: Regenerated makefiles. From now the mipsel-android target can be built and used. 2014-02-07 12:37:17 +00:00
mips - MIPS,SPARC and ARM-wince: removed remaining references to softfloat stuff. 2014-03-20 17:46:01 +00:00
mipsel - Removed mathuh.inc files which are identical for all targets (except m68k, see below), their contents moved into math.pp. 2014-03-18 20:01:15 +00:00
morphos * strutils moved to packages/rtl-objpas 2014-03-29 17:51:44 +00:00
msdos * strutils moved to packages/rtl-objpas 2014-03-29 17:51:44 +00:00
nativent * strutils moved to packages/rtl-objpas 2014-03-29 17:51:44 +00:00
nds * cleaning out old makefile rules. 2014-03-29 16:12:40 +00:00
netbsd * strutils moved to packages/rtl-objpas 2014-03-29 17:51:44 +00:00
netware * strutils moved to packages/rtl-objpas 2014-03-29 17:51:44 +00:00
netwlibc * strutils moved to packages/rtl-objpas 2014-03-29 17:51:44 +00:00
objpas * strutils moved to packages/rtl-objpas 2014-03-29 17:51:44 +00:00
openbsd * strutils moved to packages/rtl-objpas 2014-03-29 17:51:44 +00:00
os2 * strutils moved to packages/rtl-objpas 2014-03-29 17:51:44 +00:00
palmos * mipsel-android: Regenerated makefiles. From now the mipsel-android target can be built and used. 2014-02-07 12:37:17 +00:00
powerpc * software_rounding_mode -> softfloat_rounding_mode. 2014-03-21 07:45:13 +00:00
powerpc64 * software_rounding_mode -> softfloat_rounding_mode. 2014-03-21 07:45:13 +00:00
qnx * minor updates 2014-03-29 17:31:00 +00:00
solaris * strutils moved to packages/rtl-objpas 2014-03-29 17:51:44 +00:00
sparc * SPARC: SetExceptionMask and SetRoundingMode must return the old value of mask/mode respectively, not the new one. 2014-03-21 06:26:06 +00:00
symbian * mipsel-android: Regenerated makefiles. From now the mipsel-android target can be built and used. 2014-02-07 12:37:17 +00:00
ucmaps + source file for cp852 (IBM Latin-2 / central Europe) added 2014-01-20 01:24:04 +00:00
unix * Patch from Mark Morgan LLoyd, adding some functions (part 2) 2014-02-23 18:32:09 +00:00
watcom * minor cleanups makefile. 2014-03-29 17:34:29 +00:00
wii * Since StackTop=StackBottom+StackLength, any two variables are sufficient to describe stack, the third one is redundant. 2014-03-12 19:48:03 +00:00
win * replaced all the remaining uses of nativeint in the rtl with either sizeint 2014-03-23 13:38:16 +00:00
win32 * strutils moved to packages/rtl-objpas 2014-03-29 17:51:44 +00:00
win64 * strutils moved to packages/rtl-objpas 2014-03-29 17:51:44 +00:00
wince * strutils moved to packages/rtl-objpas 2014-03-29 17:51:44 +00:00
x86_64 - i386 and x86_64: Once softfloat stuff has been cleaned up, SysResetFPU and SysInitFPU end up doing exactly the same. Removed one of them. 2014-03-25 10:52:07 +00:00
COPYING.FPC
COPYING.txt
fpmake.inc - Removed mathuh.inc files which are identical for all targets (except m68k, see below), their contents moved into math.pp. 2014-03-18 20:01:15 +00:00
fpmake.pp - Removed mathuh.inc files which are identical for all targets (except m68k, see below), their contents moved into math.pp. 2014-03-18 20:01:15 +00:00
Makefile * mipsel-android: Regenerated makefiles. From now the mipsel-android target can be built and used. 2014-02-07 12:37:17 +00:00
Makefile.fpc * mipsel-android: rtl build. 2014-02-07 12:23:34 +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.