pierre fe61157cae Update all rtl Makefile's vor 7 Jahren
..
aarch64 ff86c80176 * cpu specific header file for the system unit: cpuh.inc, moved several declarations into it vor 8 Jahren
aix fe61157cae Update all rtl Makefile's vor 7 Jahren
amicommon 09e5f463dc + add Delphi-compatible FileGetSymLinkTarget functions to all platforms (currently returns False on all platforms); this also includes TSymLinkRec variants for both RawByteString and UnicodeString vor 7 Jahren
amiga fe61157cae Update all rtl Makefile's vor 7 Jahren
android fe61157cae Update all rtl Makefile's vor 7 Jahren
arm ff86c80176 * cpu specific header file for the system unit: cpuh.inc, moved several declarations into it vor 8 Jahren
aros fe61157cae Update all rtl Makefile's vor 7 Jahren
atari fe61157cae Update all rtl Makefile's vor 7 Jahren
avr c7d5525b56 + implemented some AVR specific intrinsics vor 8 Jahren
beos fe61157cae Update all rtl Makefile's vor 7 Jahren
bsd 14b14f3bda * fixes sysctl also with 3.0.4 as starting compiler. vor 8 Jahren
charmaps 748428b637 + support the KOI8-R and KOI8-U Cyrillic encodings vor 8 Jahren
darwin fe61157cae Update all rtl Makefile's vor 7 Jahren
dragonfly fe61157cae Update all rtl Makefile's vor 7 Jahren
embedded fe61157cae Update all rtl Makefile's vor 7 Jahren
emx fe61157cae Update all rtl Makefile's vor 7 Jahren
freebsd fe61157cae Update all rtl Makefile's vor 7 Jahren
gba fe61157cae Update all rtl Makefile's vor 7 Jahren
go32v2 fe61157cae Update all rtl Makefile's vor 7 Jahren
haiku fe61157cae Update all rtl Makefile's vor 7 Jahren
i386 9272bf59b2 + added x86 (i8086, i386 and x86_64) intrinsics fpc_x86_get_cs/ss/ds/es/fs/gs vor 7 Jahren
i8086 a8f466c400 * updated the CSeg, DSeg and SSeg rtl functions on i8086 to use the new x86 vor 7 Jahren
inc cc354f9d72 * have the fpc_*_copy compiler intrinsics reference the intrinsic symbol they belong to vor 7 Jahren
java fe61157cae Update all rtl Makefile's vor 7 Jahren
jvm ff86c80176 * cpu specific header file for the system unit: cpuh.inc, moved several declarations into it vor 8 Jahren
linux fe61157cae Update all rtl Makefile's vor 7 Jahren
m68k 3a78ff1ee4 m68k: on setjmp/longjmp also save/restore the FPCR register when FPU support is enabled vor 7 Jahren
macos fe61157cae Update all rtl Makefile's vor 7 Jahren
mips ff86c80176 * cpu specific header file for the system unit: cpuh.inc, moved several declarations into it vor 8 Jahren
mipsel ff86c80176 * cpu specific header file for the system unit: cpuh.inc, moved several declarations into it vor 8 Jahren
morphos fe61157cae Update all rtl Makefile's vor 7 Jahren
msdos fe61157cae Update all rtl Makefile's vor 7 Jahren
nativent fe61157cae Update all rtl Makefile's vor 7 Jahren
nds fe61157cae Update all rtl Makefile's vor 7 Jahren
netbsd fe61157cae Update all rtl Makefile's vor 7 Jahren
netware fe61157cae Update all rtl Makefile's vor 7 Jahren
netwlibc fe61157cae Update all rtl Makefile's vor 7 Jahren
objpas 7833dbf6a4 * uppercase relative_P_ath. Mantis #34262 vor 7 Jahren
openbsd fe61157cae Update all rtl Makefile's vor 7 Jahren
os2 fe61157cae Update all rtl Makefile's vor 7 Jahren
palmos fe61157cae Update all rtl Makefile's vor 7 Jahren
powerpc 7778c7d8ae Disable dcbz code for AIX also vor 7 Jahren
powerpc64 ff86c80176 * cpu specific header file for the system unit: cpuh.inc, moved several declarations into it vor 8 Jahren
qnx fe61157cae Update all rtl Makefile's vor 7 Jahren
riscv32 6352328f3a Update packages with information about RiscV. vor 7 Jahren
riscv64 70b2e11e6a * fix SetRoundingMode on RiscV64 vor 7 Jahren
solaris fe61157cae Update all rtl Makefile's vor 7 Jahren
sparc ff86c80176 * cpu specific header file for the system unit: cpuh.inc, moved several declarations into it vor 8 Jahren
sparc64 ff86c80176 * cpu specific header file for the system unit: cpuh.inc, moved several declarations into it vor 8 Jahren
symbian fe61157cae Update all rtl Makefile's vor 7 Jahren
ucmaps 748428b637 + support the KOI8-R and KOI8-U Cyrillic encodings vor 8 Jahren
unix 0e6c072365 define iconv_is_in_libc by default for netbsd OS (can be disabled by adding -dDISABLE_ICONV_LIBC option vor 7 Jahren
watcom fe61157cae Update all rtl Makefile's vor 7 Jahren
wii fe61157cae Update all rtl Makefile's vor 7 Jahren
win 0b9ee238b5 * windows unit enhancements from mantis #34184 vor 7 Jahren
win16 fe61157cae Update all rtl Makefile's vor 7 Jahren
win32 fe61157cae Update all rtl Makefile's vor 7 Jahren
win64 fe61157cae Update all rtl Makefile's vor 7 Jahren
wince fe61157cae Update all rtl Makefile's vor 7 Jahren
x86_64 9272bf59b2 + added x86 (i8086, i386 and x86_64) intrinsics fpc_x86_get_cs/ss/ds/es/fs/gs vor 7 Jahren
COPYING.FPC 8117e33c2a + Made license more clear, upgraded to LGPL 2.1 vor 21 Jahren
COPYING.txt e5a1231931 * updated FSF address (mantis #30198, patch by Paul Gevers) vor 9 Jahren
Makefile fe61157cae Update all rtl Makefile's vor 7 Jahren
Makefile.fpc 98f00acb06 * trunk to 3.3.1 vor 7 Jahren
README.txt c1f368f8d9 rtl: removed the long obsolete README section mentioning FPC 1.0 vor 8 Jahren
fpmake.inc 2578514853 * first dragonfly patch (existing most). Mantis #27091 vor 11 Jahren
fpmake.pp 98f00acb06 * trunk to 3.3.1 vor 7 Jahren

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.