fpc/rtl
marco 2bebfeca3a * return to findexinfostandard, because it didn't work (only changes reporting, not searching).
However the sfn was user accessable via finddata, so for now enable that aain, mantis 35773

git-svn-id: trunk@42326 -
2019-07-05 09:12:47 +00:00
..
aarch64
aix
amicommon
amiga
android * synchronised with trunk till r42118 2019-05-25 13:19:06 +00:00
arm
aros
atari
avr - Fix compilation on architectures without absolute call/jump instructions. 2019-06-02 15:50:41 +00:00
beos * synchronised with trunk till r42189 2019-06-07 18:24:38 +00:00
bsd + add fpmprotect function to complete fpmmap/fpmunmap 2019-06-06 20:46:01 +00:00
charmaps
darwin * synchronised with trunk till r42095 2019-05-18 18:43:51 +00:00
dragonfly
embedded * synchronised with trunk till r42189 2019-06-07 18:24:38 +00:00
emx
freebsd * synchronised with trunk till r42189 2019-06-07 18:24:38 +00:00
gba * synchronised with trunk till r42256 2019-06-20 17:21:34 +00:00
go32v2
haiku * synchronised with trunk till r42095 2019-05-18 18:43:51 +00:00
i386
i8086
inc * LLVM-specific support for popcnt 2019-06-30 15:23:36 +00:00
java * synchronised with trunk till r42256 2019-06-20 17:21:34 +00:00
jvm
linux * synchronised with trunk till r42189 2019-06-07 18:24:38 +00:00
m68k
macos * synchronised with trunk till r42095 2019-05-18 18:43:51 +00:00
mips
mipsel
morphos
msdos * synchronised with trunk till r42189 2019-06-07 18:24:38 +00:00
nativent
nds * synchronised with trunk till r42256 2019-06-20 17:21:34 +00:00
netbsd * synchronised with trunk till r42049 2019-05-12 18:44:05 +00:00
netware
netwlibc
objpas * Fix comment for DateTimeToStr 2019-06-30 17:20:35 +00:00
openbsd * synchronised with trunk till r42189 2019-06-07 18:24:38 +00:00
os2
palmos
powerpc
powerpc64
qnx
riscv32
riscv64
solaris
sparc
sparc64
symbian
ucmaps
unix * synchronised with trunk till r42189 2019-06-07 18:24:38 +00:00
watcom
wii
win * return to findexinfostandard, because it didn't work (only changes reporting, not searching). 2019-07-05 09:12:47 +00:00
win16
win32
win64 * hInstance has 64 bits on Win64, avoid cutting it off when storing it into SysInstance 2019-06-27 09:21:49 +00:00
wince * synchronised with trunk till r42118 2019-05-25 13:19:06 +00: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.