fpc/rtl
2020-07-16 20:44:30 +00:00
..
aarch64
aix * regenerated Makefiles again 2020-07-11 09:51:28 +00:00
amicommon * fix for Mantis #36940: apply (adjusted) patch by Bi0T1N to add functionality to the thread manager to set a thread's debug name (if supported by the platform) 2020-04-28 19:58:20 +00:00
amiga * regenerated Makefiles again 2020-07-11 09:51:28 +00:00
android * regenerated Makefiles again 2020-07-11 09:51:28 +00:00
arm
aros * regenerated Makefiles again 2020-07-11 09:51:28 +00:00
atari * regenerated Makefiles again 2020-07-11 09:51:28 +00:00
avr
beos * regenerated Makefiles again 2020-07-11 09:51:28 +00:00
bsd
charmaps
darwin * regenerated Makefiles again 2020-07-11 09:51:28 +00:00
dragonfly * regenerated Makefiles again 2020-07-11 09:51:28 +00:00
embedded * regenerated Makefiles again 2020-07-11 09:51:28 +00:00
emx * regenerated Makefiles again 2020-07-11 09:51:28 +00:00
freebsd * regenerated Makefiles again 2020-07-11 09:51:28 +00:00
freertos + patch by Christo Crause: ESP8266 controller unit for freertos, resolves #37336 2020-07-14 20:34:58 +00:00
gba * regenerated Makefiles again 2020-07-11 09:51:28 +00:00
go32v2 * regenerated Makefiles again 2020-07-11 09:51:28 +00:00
haiku * regenerated Makefiles again 2020-07-11 09:51:28 +00:00
i386 * regenerated 2020-07-12 20:46:54 +00:00
i8086
inc * patch by Sergey Larin to handle Native(U)Int conversions from/to variants, resolves #37339 2020-07-16 20:44:30 +00:00
java * regenerated Makefiles again 2020-07-11 09:51:28 +00:00
jvm
linux * regenerated Makefiles again 2020-07-11 09:51:28 +00:00
m68k
macos * regenerated Makefiles again 2020-07-11 09:51:28 +00:00
mips
mipsel
morphos * regenerated Makefiles again 2020-07-11 09:51:28 +00:00
msdos * regenerated Makefiles again 2020-07-11 09:51:28 +00:00
msxdos * regenerated Makefiles again 2020-07-11 09:51:28 +00:00
nativent * regenerated Makefiles again 2020-07-11 09:51:28 +00:00
nds * regenerated Makefiles again 2020-07-11 09:51:28 +00:00
netbsd * regenerated Makefiles again 2020-07-11 09:51:28 +00:00
netware * regenerated Makefiles again 2020-07-11 09:51:28 +00:00
netwlibc * regenerated Makefiles again 2020-07-11 09:51:28 +00:00
objpas * Remove typedness of feinvalidhandle constant to straight constant with typecast in rvalue. mantis #37358 2020-07-15 10:31:25 +00:00
openbsd * regenerated Makefiles again 2020-07-11 09:51:28 +00:00
os2 * regenerated Makefiles again 2020-07-11 09:51:28 +00:00
palmos * regenerated Makefiles again 2020-07-11 09:51:28 +00:00
powerpc
powerpc64
qnx * regenerated Makefiles again 2020-07-11 09:51:28 +00:00
riscv32
riscv64
solaris * regenerated Makefiles again 2020-07-11 09:51:28 +00:00
sparc Fix conversion between TFPURoundMode and bits of get_fsr according to SPARC-V8 specifications 2020-07-13 14:40:09 +00:00
sparc64 Fix conversion between TFPURoundMode and bits of get_fsr according to SPARC-V8 specifications 2020-07-13 14:40:09 +00:00
symbian * regenerated Makefiles again 2020-07-11 09:51:28 +00:00
ucmaps
unix * protect against empty strings inside the SetThreadDebugNameA and -U functions 2020-05-03 21:11:36 +00:00
watcom * regenerated Makefiles again 2020-07-11 09:51:28 +00:00
wii * regenerated Makefiles again 2020-07-11 09:51:28 +00:00
win * GetLoadErrorStr (currently) returns a ShortString, so avoid a useless conversion to AnsiString 2020-05-10 20:46:04 +00:00
win16 * regenerated Makefiles again 2020-07-11 09:51:28 +00:00
win32 * regenerated Makefiles again 2020-07-11 09:51:28 +00:00
win64 * regenerated Makefiles again 2020-07-11 09:51:28 +00:00
wince * regenerated Makefiles again 2020-07-11 09:51:28 +00:00
x86_64 * regenerated 2020-07-12 20:46:54 +00:00
xtensa + Xtensa: Sptr 2020-05-06 20:49:19 +00:00
z80 + add support for port object on Z80 using the new IN/OUT intrinsics 2020-06-07 12:25:10 +00:00
zxspectrum * regenerated Makefiles again 2020-07-11 09:51:28 +00:00
COPYING.FPC
COPYING.txt
fpmake.inc
fpmake.pp - removed old float-to-string and string-to-float conversion code 2020-05-17 14:05:38 +00:00
Makefile * regenerated Makefiles again 2020-07-11 09:51:28 +00:00
Makefile.fpc * rename the ARM/AArch64-Darwin targets to ARM/AArch64-iOS 2020-07-10 21:52:24 +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).

Enjoy.