fpc/rtl
2024-09-23 21:47:44 +02:00
..
aarch64 fix stack trace crash, see #39492 2024-06-09 17:51:39 +02:00
aix Add missing S_ISUID and S_ISGID constants 2023-12-21 10:54:07 +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 Add dummy version for symbian 2024-01-05 21:56:32 +01:00
aros aros: build the CPU unit for i386 and x86_64 aros 2023-12-22 13:51:36 +01:00
atari + introduce TOSTimestamp 2023-12-16 17:10:56 +01:00
avr
beos This change might generate failure to compile 2023-12-20 19:11:46 +01:00
bsd * building on darwin (and most likely other BSDs) fixed 2023-12-20 19:07:24 +01:00
charmaps
darwin Regenerated Makefile's after cherry-pick adding soft fpu related units 2022-02-01 14:02:07 -07:00
dragonfly Add missing explicit rules to allow compilation of Windows OS 2024-01-08 18:27:36 +01: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 * fix ident and executable note in profiler file 2024-02-20 15:49:57 +01: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 Add missing S_ISUID and S_ISGID constants 2023-12-21 10:36:42 +01:00
i386
i8086
inc * fix for Mantis #38023: the code to convert LF to CRLF when converting to UTF-8 is disabled anyway, so disable unnecessary, duplicate if-branches as well 2024-01-19 11:54:54 +01:00
java + introduce TOSTimestamp 2023-12-16 17:10:56 +01:00
jvm
linux Both _STAT_VER_KERNEL and _STAT_VER_LINUX are equal to zero for aarch64-linux 2024-09-19 22:54:29 +02:00
m68k Fix compilation of m68k-linux rtl with -dFPC_USE_LIBC 2022-07-12 20:36:30 +00:00
macos * rtl/macos/dos.pp: Remove unused unixutil in _USES clause of rtl/macos/dos.pp source. 2024-01-09 11:46:31 +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 * skip empty path components in concatpaths, related to #40682 2024-04-06 15:46:41 +02: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 * update version for Makefiles 2024-07-20 21:54:34 +02:00
solaris Add missing S_ISUID and S_ISGID constants 2023-12-21 10:11:02 +01:00
sparc
sparc64
symbian Add CPU_UNITS for arm and i386 symbian 2024-01-05 21:52:20 +01:00
ucmaps
unix Change libc statx function to weakexternal 2023-12-23 15:05:51 +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 * change tthreadid to thandle, as the used functions for threadid in systhrd all use HANDLE. 2024-05-26 11:04:28 +02:00
win16 + introduce TOSTimestamp 2023-12-16 17:10:56 +01:00
win32 * in the default exception handler add the captured exception to the exception object stack as well 2024-01-19 11:54:38 +01:00
win64 Regenerated Makefile's after cherry-pick adding soft fpu related units 2022-02-01 14:02:07 -07:00
wince Update rtl/wince/Makefile after cherry-pick of commit 355c63beb1 2023-12-22 16:12:37 +01:00
x86_64
COPYING.FPC
COPYING.txt
fpmake.inc
fpmake.pp * update fpmake.pp version strings to 3.2.4-rc1 2024-07-20 21:57:29 +02:00
Makefile * update version for Makefiles 2024-07-20 21:54:34 +02:00
Makefile.fpc * update version for Makefiles 2024-07-20 21:54:34 +02: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.