fpc/rtl
Karoly Balogh ac4575291a aros: build the CPU unit for i386 and x86_64 aros
(cherry picked from commit 5b0669d036)
2023-12-22 13:51:36 +01:00
..
aarch64
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
android * manually added statx syscall numbers for android 2023-12-16 10:51:56 +01:00
arm
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
dragonfly
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
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
java + introduce TOSTimestamp 2023-12-16 17:10:56 +01:00
jvm
linux * disable new syscalls on android 2023-12-21 10:54:45 +01:00
m68k
macos + introduce TOSTimestamp 2023-12-16 17:10:56 +01:00
mips
mipsel
morphos
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
netware + introduce TOSTimestamp 2023-12-16 17:10:56 +01:00
netwlibc + introduce TOSTimestamp 2023-12-16 17:10:56 +01:00
objpas * Fix wrong TimeStampToMSecs result on 32-bit. Fixes issue #40522 2023-12-22 12:01:34 +01:00
openbsd
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 Add missing S_ISUID and S_ISGID constants 2023-12-21 10:11:02 +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 * Define INVALID_HANDLE_VALUE for Delphi compatibility 2023-12-17 18:25:47 +01:00
win16 + introduce TOSTimestamp 2023-12-16 17:10:56 +01:00
win32
win64
wince * No symlink support on WinCE 2023-12-20 19:11:20 +01:00
x86_64
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.