fpc/rtl
Pierre Muller 6c3888f568 * Adapt dl unit rules for DOTTED version
* Set DL_DEPS_OS to dlaix.inc for aix OS
  * Set DL_DEPS_OS to dlandroid.inc for android OS
  * Remove OS specific rules for dl unit
  * Replace dl references by DLUNIT variable
2023-09-20 17:55:59 +02:00
..
aarch64 * fix #40421: implement assembly variants of the SwapEndian functions for Aarch64 2023-09-08 15:03:51 +02:00
aix * Adapt dl unit rules for DOTTED version 2023-09-20 17:55:59 +02:00
amicommon
amiga Makefile's regenerated after math unit rule update 2023-09-20 08:26:07 +02:00
android * Adapt dl unit rules for DOTTED version 2023-09-20 17:55:59 +02:00
arm
aros Makefile's regenerated after math unit rule update 2023-09-20 08:26:07 +02:00
atari Makefile's regenerated after math unit rule update 2023-09-20 08:26:07 +02:00
avr
beos Handle dynlibs unit to support DOTTED version 2023-09-20 13:49:54 +02:00
bsd
charmaps
darwin Handle dynlibs unit to support DOTTED version 2023-09-20 13:49:54 +02:00
dragonfly * Adapt dl unit rules for DOTTED version 2023-09-20 17:55:59 +02:00
embedded Makefile's regenerated after math unit rule update 2023-09-20 08:26:07 +02:00
emx Makefile's regenerated after math unit rule update 2023-09-20 08:26:07 +02:00
freebsd * Adapt dl unit rules for DOTTED version 2023-09-20 17:55:59 +02:00
freertos Makefile's regenerated after math unit rule update 2023-09-20 08:26:07 +02:00
gba Makefile's regenerated after math unit rule update 2023-09-20 08:26:07 +02:00
go32v2 Makefile's regenerated after math unit rule update 2023-09-20 08:26:07 +02:00
haiku Handle dynlibs unit to support DOTTED version 2023-09-20 13:49:54 +02:00
i386 * patch by Rika: In i386/set.inc, use “pop mem” instead of “pop reg; mov mem ← reg”, resolves #40443 2023-09-18 22:56:26 +02:00
i8086
inc Add -Fi option for dynlibs.inc directory to DYNLIBS_OPT in dynlibs unit rule 2023-09-20 13:16:27 +02:00
java Makefile's regenerated after math unit rule update 2023-09-20 08:26:07 +02:00
jvm
linux Set dynlibs related variables 2023-09-20 13:21:02 +02:00
loongarch64
m68k
macos Handle dynlibs unit to support DOTTED version 2023-09-20 13:49:54 +02:00
mips
mips64
mips64el
mipsel
morphos Makefile's regenerated after math unit rule update 2023-09-20 08:26:07 +02:00
msdos Makefile's regenerated after math unit rule update 2023-09-20 08:26:07 +02:00
msxdos Makefile's regenerated after math unit rule update 2023-09-20 08:26:07 +02:00
namespaced
nativent Handle dynlibs unit to support DOTTED version 2023-09-20 13:49:54 +02:00
nds Makefile's regenerated after math unit rule update 2023-09-20 08:26:07 +02:00
netbsd * Adapt dl unit rules for DOTTED version 2023-09-20 17:55:59 +02:00
netware Handle dynlibs unit to support DOTTED version 2023-09-20 13:49:54 +02:00
netwlibc Handle dynlibs unit to support DOTTED version 2023-09-20 13:49:54 +02:00
objpas * small cleanups in intersectrect,unionrect offsetrect and inflaterect; fixes #40436 2023-09-16 16:21:26 +02:00
openbsd * Adapt dl unit rules for DOTTED version 2023-09-20 17:55:59 +02:00
os2 Makefile's regenerated after math unit rule update 2023-09-20 08:26:07 +02:00
palmos Handle dynlibs unit to support DOTTED version 2023-09-20 13:49:54 +02:00
powerpc
powerpc64
ppcgen
qnx * Update math unit rules for dotted version 2023-09-20 08:26:06 +02:00
riscv
riscv32
riscv64
sinclairql Makefile's regenerated after math unit rule update 2023-09-20 08:26:07 +02:00
solaris * Adapt dl unit rules for DOTTED version 2023-09-20 17:55:59 +02:00
sparc
sparc64
symbian Makefile's regenerated after math unit rule update 2023-09-20 08:26:07 +02:00
ucmaps
unix Modify references to old syslinux unit in comments 2023-09-19 21:53:26 +00:00
wasi Makefile's regenerated after math unit rule update 2023-09-20 08:26:07 +02:00
wasm32
watcom Makefile's regenerated after math unit rule update 2023-09-20 08:26:07 +02:00
wii Makefile's regenerated after math unit rule update 2023-09-20 08:26:07 +02:00
win * fix win32,win64 parts, fixes #40439. All records to under pshpack4 in header. 2023-09-16 15:41:48 +02:00
win16 Handle dynlibs unit to support DOTTED version 2023-09-20 13:49:54 +02:00
win32 Makefile's regenerated after math unit rule update 2023-09-20 08:26:07 +02:00
win64 Makefile's regenerated after math unit rule update 2023-09-20 08:26:07 +02:00
wince Makefile's regenerated after math unit rule update 2023-09-20 08:26:07 +02:00
x86_64 Specialized fpc_varset_OP_sets for i386 and x86-64. 2023-08-30 19:38:33 +00:00
xtensa
z80
zxspectrum Makefile's regenerated after math unit rule update 2023-09-20 08:26:07 +02:00
COPYING.FPC
COPYING.txt
fpmake.inc
fpmake.pp
Makefile
Makefile.fpc
README.txt
regenmakefiles.sh

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.