fpc/rtl
florian 3e453f92fc * statx based Sysutils.FileGetDate with handle fixed
+ test

git-svn-id: trunk@48520 -
2021-02-07 17:59:28 +00:00
..
aarch64 * Set softfloat_rounding_mode indise SetRoundMode function for all CPUs. 2021-01-03 21:44:18 +00:00
aix
amicommon
amiga powerpc-amiga: added some exec functions which will be required for some athreads rework 2021-01-21 03:04:20 +00:00
android
arm Fix spelling error of revision 48023 2021-01-04 08:35:36 +00:00
aros
atari
avr
beos
bsd
charmaps
darwin
dragonfly
embedded
emx
freebsd
freertos
gba
go32v2
haiku
i386 * do not execute xend twice which was introduced in r48430 2021-01-30 18:46:58 +00:00
i8086 * Set softfloat_rounding_mode indise SetRoundMode function for all CPUs. 2021-01-03 21:44:18 +00:00
inc
java
jvm
linux * x86_64-linux: assembler helpers syscalls do not need a stackframe 2021-02-04 20:57:11 +00:00
m68k * Set softfloat_rounding_mode indise SetRoundMode function for all CPUs. 2021-01-03 21:44:18 +00:00
macos
mips * Set softfloat_rounding_mode indise SetRoundMode function for all CPUs. 2021-01-03 21:44:18 +00:00
mipsel
morphos
msdos
msxdos
nativent
nds
netbsd
netware
netwlibc
objpas * better error message for runtime errors 202 and 210, resolves #38254 2021-01-27 21:28:55 +00:00
openbsd
os2
palmos
powerpc * Set softfloat_rounding_mode indise SetRoundMode function for all CPUs. 2021-01-03 21:44:18 +00:00
powerpc64 * Set softfloat_rounding_mode indise SetRoundMode function for all CPUs. 2021-01-03 21:44:18 +00:00
qnx
riscv32
riscv64 * Set softfloat_rounding_mode indise SetRoundMode function for all CPUs. 2021-01-03 21:44:18 +00:00
sinclairql
solaris
sparc * Set softfloat_rounding_mode indise SetRoundMode function for all CPUs. 2021-01-03 21:44:18 +00:00
sparc64 * Set softfloat_rounding_mode indise SetRoundMode function for all CPUs. 2021-01-03 21:44:18 +00:00
symbian
ucmaps
unix * statx based Sysutils.FileGetDate with handle fixed 2021-02-07 17:59:28 +00:00
watcom
wii
win * handle rawbytestrings in Win32Ansi2UnicodeMove properly, resolves #38299 2021-01-03 22:55:37 +00:00
win16
win32
win64
wince
x86_64 * Set softfloat_rounding_mode indise SetRoundMode function for all CPUs. 2021-01-03 21:44:18 +00:00
xtensa * Set softfloat_rounding_mode indise SetRoundMode function for all CPUs. 2021-01-03 21:44:18 +00:00
z80
zxspectrum
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).

Enjoy.