fpc/rtl
Pierre Muller 4776d59d03 * rtl/macos/dos.pp: Remove unused unixutil in _USES clause of rtl/macos/dos.pp source.
* rtl/macos/Makefile.fpc: Update dependency list ifor dos unit: remove unixutil and add missing macostp.

* rtl/macos/Makefile: Regenerate.

(cherry picked from commit 2c622e2fe6)
2024-01-09 11:46:31 +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 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 * 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 Add missing S_ISUID and S_ISGID constants 2023-12-21 10:36:42 +01:00
i386
i8086
inc * fix memory leak in RegisterLazyInitThreadingProc 2023-12-26 23:09:28 +01:00
java + introduce TOSTimestamp 2023-12-16 17:10:56 +01:00
jvm
linux Change libc statx function to weakexternal 2023-12-23 15:05:51 +01: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 * Fix wrong TimeStampToMSecs result on 32-bit. Fixes issue #40522 2023-12-22 12:01:34 +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 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 * 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 * 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 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
Makefile Regenerated Makefile's after cherry-pick adding soft fpu related units 2022-02-01 14:02:07 -07: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.