fpc/rtl
florian a90d7cd444 * as Nikolai proposed, start of translation of
transcendent helpers functions of Bochs for use in the softfloat unit
2022-01-16 20:32:53 +01:00
..
aarch64 + initial files for intrinsics support on AArch64 2021-11-21 21:11:23 +01:00
aix Adding aaarch64-embedded target 2022-01-05 12:29:00 +00:00
amicommon
amiga Adding aaarch64-embedded target 2022-01-05 12:29:00 +00:00
android Adding aaarch64-embedded target 2022-01-05 12:29:00 +00:00
arm
aros Adding aaarch64-embedded target 2022-01-05 12:29:00 +00:00
atari Adding aaarch64-embedded target 2022-01-05 12:29:00 +00:00
avr
beos Adding aaarch64-embedded target 2022-01-05 12:29:00 +00:00
bsd * check paramstr argument for negative values, resolves #39410 2021-10-20 20:04:32 +02:00
charmaps
darwin Adding aaarch64-embedded target 2022-01-05 12:29:00 +00:00
dragonfly Adding aaarch64-embedded target 2022-01-05 12:29:00 +00:00
embedded Add unit dependencies for arm and aarch64 specific units 2022-01-06 13:22:57 +00:00
emx Adding aaarch64-embedded target 2022-01-05 12:29:00 +00:00
freebsd Adding aaarch64-embedded target 2022-01-05 12:29:00 +00:00
freertos Add libraries required to link simple example with esp8266-rtos-sdk v3.3 2022-01-06 17:41:57 +02:00
gba Adding aaarch64-embedded target 2022-01-05 12:29:00 +00:00
go32v2 Adding aaarch64-embedded target 2022-01-05 12:29:00 +00:00
haiku Adding aaarch64-embedded target 2022-01-05 12:29:00 +00:00
i386 + x86: ADXSupport 2022-01-03 22:51:00 +01:00
i8086
inc * as Nikolai proposed, start of translation of 2022-01-16 20:32:53 +01:00
java Add FillWord procedures and implement unicode StringOfChar for JVM cpu 2022-01-07 22:58:36 +00:00
jvm Add FillWord procedures and implement unicode StringOfChar for JVM cpu 2022-01-07 22:58:36 +00:00
linux * as Nikolai proposed, start of translation of 2022-01-16 20:32:53 +01:00
m68k
macos Adding aaarch64-embedded target 2022-01-05 12:29:00 +00:00
mips
mipsel
morphos Adding aaarch64-embedded target 2022-01-05 12:29:00 +00:00
msdos Adding aaarch64-embedded target 2022-01-05 12:29:00 +00:00
msxdos Adding aaarch64-embedded target 2022-01-05 12:29:00 +00:00
nativent Adding aaarch64-embedded target 2022-01-05 12:29:00 +00:00
nds Adding aaarch64-embedded target 2022-01-05 12:29:00 +00:00
netbsd Adding aaarch64-embedded target 2022-01-05 12:29:00 +00:00
netware Adding aaarch64-embedded target 2022-01-05 12:29:00 +00:00
netwlibc Adding aaarch64-embedded target 2022-01-05 12:29:00 +00:00
objpas * Remove component from previous owner. Fix issue #39529 2022-01-13 22:41:01 +01:00
openbsd Adding aaarch64-embedded target 2022-01-05 12:29:00 +00:00
os2 Adding aaarch64-embedded target 2022-01-05 12:29:00 +00:00
palmos Adding aaarch64-embedded target 2022-01-05 12:29:00 +00:00
powerpc
powerpc64
qnx All Makefile's regenerated 2021-11-25 22:13:32 +00:00
riscv
riscv32
riscv64
sinclairql Adding aaarch64-embedded target 2022-01-05 12:29:00 +00:00
solaris Adding aaarch64-embedded target 2022-01-05 12:29:00 +00:00
sparc
sparc64
symbian Adding aaarch64-embedded target 2022-01-05 12:29:00 +00:00
ucmaps
unix LLVM: add Read/WritePort* implementations 2021-12-16 21:17:42 +01:00
wasi Adding aaarch64-embedded target 2022-01-05 12:29:00 +00:00
wasm32 - removed the DebugWriteXXX functions from the WASI system unit, since console 2021-10-10 20:25:29 +03:00
watcom Adding aaarch64-embedded target 2022-01-05 12:29:00 +00:00
wii Adding aaarch64-embedded target 2022-01-05 12:29:00 +00:00
win win: fix default ShortDateFormat and LongDateFormat 2021-08-11 11:37:43 +00:00
win16 Adding aaarch64-embedded target 2022-01-05 12:29:00 +00:00
win32 Adding aaarch64-embedded target 2022-01-05 12:29:00 +00:00
win64 Adding aaarch64-embedded target 2022-01-05 12:29:00 +00:00
wince Adding aaarch64-embedded target 2022-01-05 12:29:00 +00:00
x86_64 + x86: ADXSupport 2022-01-03 22:51:00 +01:00
xtensa
z80
zxspectrum Adding aaarch64-embedded target 2022-01-05 12:29:00 +00:00
COPYING.FPC
COPYING.txt
fpmake.inc
fpmake.pp
Makefile Adding aaarch64-embedded target 2022-01-05 12:29:00 +00:00
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.