fpc/rtl
Michaël Van Canneyt fc6b11720a * Implement ListIndexError
(cherry picked from commit 8fb39925eb)
2023-12-17 18:25:41 +01:00
..
aarch64 * fpsr and fpcr are 64 bit on aarch64 2021-08-23 23:58:54 +02:00
aix + introduce TOSTimestamp 2023-12-16 17:10:56 +01:00
amicommon + introduce TOSTimestamp 2023-12-16 17:10:56 +01:00
amiga Add missing soft fpu units to buildrtl 2022-02-02 10:44:59 +01:00
android * manually added statx syscall numbers for android 2023-12-16 10:51:56 +01:00
arm
aros Add soft fpu units to buildrtl also for aros and morphos 2022-02-02 10:55:17 +01:00
atari + introduce TOSTimestamp 2023-12-16 17:10:56 +01:00
avr * AVR: take care of CPUAVR_HAS_MOVW in assembler routines 2021-10-24 12:40:37 +02:00
beos + introduce TOSTimestamp 2023-12-16 17:10:56 +01:00
bsd + introduce TOSTimestamp 2023-12-16 17:10:56 +01:00
charmaps
darwin Regenerated Makefile's after cherry-pick adding soft fpu related units 2022-02-01 14:02:07 -07:00
dragonfly Regenerated Makefile's after cherry-pick adding soft fpu related units 2022-02-01 14:02:07 -07:00
embedded * fix compilation of arm-embedded, resolves #36626 2023-12-16 17:11:50 +01:00
emx Replace assembler instruction 'xorl' by 'xor' in Intel mode 2023-12-16 17:14:42 +01:00
freebsd * fixed ambiguity between pipe(2) with two params and pipe(3) with one that broke -dFPC_USE_LIBC 2022-08-22 17:45:40 +02:00
gba + introduce TOSTimestamp 2023-12-16 17:10:56 +01:00
go32v2 + TZ variable based offset calculation included for DOS targets 2023-12-16 19:39:41 +01:00
haiku + introduce TOSTimestamp 2023-12-16 17:10:56 +01:00
i386 + more helper routine to check for CPU features added 2021-08-09 23:19:20 +02:00
i8086
inc * lazy thread initialization support 2023-12-13 13:51:16 +01:00
java + introduce TOSTimestamp 2023-12-16 17:10:56 +01:00
jvm Add FillWord procedures and implement unicode StringOfChar for JVM cpu 2022-01-25 22:05:14 +00:00
linux + introduce TOSTimestamp 2023-12-16 17:10:56 +01:00
m68k Fix compilation of m68k-linux rtl with -dFPC_USE_LIBC 2022-07-12 20:36:30 +00:00
macos + introduce TOSTimestamp 2023-12-16 17:10:56 +01:00
mips
mipsel
morphos Add soft fpu units to buildrtl also for aros and morphos 2022-02-02 10:55:17 +01:00
msdos + TZ variable based offset calculation included for DOS targets 2023-12-16 19:39:41 +01:00
nativent + introduce TOSTimestamp 2023-12-16 17:10:56 +01:00
nds + introduce TOSTimestamp 2023-12-16 17:10:56 +01:00
netbsd Regenerated Makefile's after cherry-pick adding soft fpu related units 2022-02-01 14:02:07 -07:00
netware + introduce TOSTimestamp 2023-12-16 17:10:56 +01:00
netwlibc + introduce TOSTimestamp 2023-12-16 17:10:56 +01:00
objpas * Implement ListIndexError 2023-12-17 18:25:41 +01:00
openbsd Regenerated Makefile's after cherry-pick adding soft fpu related units 2022-02-01 14:02:07 -07:00
os2 + added TZ variable based offset calculation 2023-12-16 19:39:35 +01:00
palmos + introduce TOSTimestamp 2023-12-16 17:10:56 +01:00
powerpc
powerpc64
qnx - removed cvs remainders ($Id$ and $Log$ tags) 2023-12-16 10:55:15 +01:00
solaris + introduce TOSTimestamp 2023-12-16 17:10:56 +01:00
sparc
sparc64
symbian Use same parameters as in fileutilh.inc for the handle variant of FileSetDate overloaded function 2023-12-16 17:15:32 +01:00
ucmaps
unix * Fix compile error for i386-linux 2023-12-16 19:46:18 +01:00
watcom + TZ variable based offset calculation included for DOS targets 2023-12-16 19:39:41 +01:00
wii + introduce TOSTimestamp 2023-12-16 17:10:56 +01:00
win win: fix default ShortDateFormat and LongDateFormat 2023-12-16 19:39:55 +01:00
win16 + introduce TOSTimestamp 2023-12-16 17:10:56 +01:00
win32 * fix error on win64 and concerns about pulling math into the windows unit by a local arctan2 copy 2023-06-19 11:08:50 +02:00
win64 Regenerated Makefile's after cherry-pick adding soft fpu related units 2022-02-01 14:02:07 -07:00
wince Add missing FILE_ATTRIBUTE_XXX constants as found in WinCE 5.0 headers (only FILE_ATTRIBUTE_DEVICE is not defined) 2023-12-16 18:17:59 +01:00
x86_64 + more helper routine to check for CPU features added 2021-08-09 23:19:20 +02:00
COPYING.FPC
COPYING.txt
fpmake.inc
fpmake.pp --- Merging r49045 into '.': 2021-05-20 20:03:52 +00:00
Makefile Regenerated Makefile's after cherry-pick adding soft fpu related units 2022-02-01 14:02:07 -07:00
Makefile.fpc --- Merging r49045 into '.': 2021-05-20 20:03:52 +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.