Michaël Van Canneyt 69de05fab2 * Fix epsilon, add TRectF.FitInto 2 years ago
..
aarch64 83219f5592 * fpsr and fpcr are 64 bit on aarch64 4 years ago
aix d35d69b851 + introduce TOSTimestamp 2 years ago
amicommon d35d69b851 + introduce TOSTimestamp 2 years ago
amiga 33927a2deb Add missing soft fpu units to buildrtl 4 years ago
android 6915d2d483 * manually added statx syscall numbers for android 2 years ago
arm 432fcd52bc Merged revision(s) 45409, 46897-46898, 47007, 47011, 47065, 47084 from trunk: 5 years ago
aros 700628d545 Add soft fpu units to buildrtl also for aros and morphos 4 years ago
atari d35d69b851 + introduce TOSTimestamp 2 years ago
avr c9fce8b742 * AVR: take care of CPUAVR_HAS_MOVW in assembler routines 4 years ago
beos d35d69b851 + introduce TOSTimestamp 2 years ago
bsd d35d69b851 + introduce TOSTimestamp 2 years ago
charmaps 748428b637 + support the KOI8-R and KOI8-U Cyrillic encodings 8 years ago
darwin 4789afb4b0 Regenerated Makefile's after cherry-pick adding soft fpu related units 4 years ago
dragonfly 4789afb4b0 Regenerated Makefile's after cherry-pick adding soft fpu related units 4 years ago
embedded 716a9c641d * fix compilation of arm-embedded, resolves #36626 2 years ago
emx ffa53e69fb Replace assembler instruction 'xorl' by 'xor' in Intel mode 2 years ago
freebsd 3a399845e4 * fixed ambiguity between pipe(2) with two params and pipe(3) with one that broke -dFPC_USE_LIBC 3 years ago
gba d35d69b851 + introduce TOSTimestamp 2 years ago
go32v2 9f405f0a69 + TZ variable based offset calculation included for DOS targets 2 years ago
haiku d35d69b851 + introduce TOSTimestamp 2 years ago
i386 6a64fcbb06 + more helper routine to check for CPU features added 4 years ago
i8086 4995677b0f --- Zusammenführung 5 years ago
inc 16010570bb * lazy thread initialization support 2 years ago
java d35d69b851 + introduce TOSTimestamp 2 years ago
jvm 48f68cbeed Add FillWord procedures and implement unicode StringOfChar for JVM cpu 4 years ago
linux d35d69b851 + introduce TOSTimestamp 2 years ago
m68k db50354ac6 Fix compilation of m68k-linux rtl with -dFPC_USE_LIBC 3 years ago
macos d35d69b851 + introduce TOSTimestamp 2 years ago
mips ff86c80176 * cpu specific header file for the system unit: cpuh.inc, moved several declarations into it 8 years ago
mipsel ff86c80176 * cpu specific header file for the system unit: cpuh.inc, moved several declarations into it 8 years ago
morphos 700628d545 Add soft fpu units to buildrtl also for aros and morphos 4 years ago
msdos 9f405f0a69 + TZ variable based offset calculation included for DOS targets 2 years ago
nativent d35d69b851 + introduce TOSTimestamp 2 years ago
nds d35d69b851 + introduce TOSTimestamp 2 years ago
netbsd 4789afb4b0 Regenerated Makefile's after cherry-pick adding soft fpu related units 4 years ago
netware d35d69b851 + introduce TOSTimestamp 2 years ago
netwlibc d35d69b851 + introduce TOSTimestamp 2 years ago
objpas 69de05fab2 * Fix epsilon, add TRectF.FitInto 2 years ago
openbsd 4789afb4b0 Regenerated Makefile's after cherry-pick adding soft fpu related units 4 years ago
os2 2cf6115789 + added TZ variable based offset calculation 2 years ago
palmos d35d69b851 + introduce TOSTimestamp 2 years ago
powerpc fb97d7c467 --- Merging r45802 into '.': 5 years ago
powerpc64 ff86c80176 * cpu specific header file for the system unit: cpuh.inc, moved several declarations into it 8 years ago
qnx 2d5b6b2be8 - removed cvs remainders ($Id$ and $Log$ tags) 2 years ago
solaris d35d69b851 + introduce TOSTimestamp 2 years ago
sparc ff86c80176 * cpu specific header file for the system unit: cpuh.inc, moved several declarations into it 8 years ago
sparc64 ff86c80176 * cpu specific header file for the system unit: cpuh.inc, moved several declarations into it 8 years ago
symbian 90df614486 Use same parameters as in fileutilh.inc for the handle variant of FileSetDate overloaded function 2 years ago
ucmaps 748428b637 + support the KOI8-R and KOI8-U Cyrillic encodings 8 years ago
unix 81b2bc87f4 * Fix compile error for i386-linux 2 years ago
watcom 9f405f0a69 + TZ variable based offset calculation included for DOS targets 2 years ago
wii d35d69b851 + introduce TOSTimestamp 2 years ago
win 656b00e3c6 win: fix default ShortDateFormat and LongDateFormat 2 years ago
win16 d35d69b851 + introduce TOSTimestamp 2 years ago
win32 92fe577846 * fix error on win64 and concerns about pulling math into the windows unit by a local arctan2 copy 2 years ago
win64 4789afb4b0 Regenerated Makefile's after cherry-pick adding soft fpu related units 4 years ago
wince e19509affb Add missing FILE_ATTRIBUTE_XXX constants as found in WinCE 5.0 headers (only FILE_ATTRIBUTE_DEVICE is not defined) 2 years ago
x86_64 6a64fcbb06 + more helper routine to check for CPU features added 4 years ago
COPYING.FPC 8117e33c2a + Made license more clear, upgraded to LGPL 2.1 21 years ago
COPYING.txt e5a1231931 * updated FSF address (mantis #30198, patch by Paul Gevers) 9 years ago
Makefile 4789afb4b0 Regenerated Makefile's after cherry-pick adding soft fpu related units 4 years ago
Makefile.fpc 74aff88586 --- Merging r49045 into '.': 4 years ago
README.txt c1f368f8d9 rtl: removed the long obsolete README section mentioning FPC 1.0 8 years ago
fpmake.inc 2578514853 * first dragonfly patch (existing most). Mantis #27091 11 years ago
fpmake.pp 74aff88586 --- Merging r49045 into '.': 4 years ago

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.