fpc/rtl
marco d5f2764dd3 * readd bottomleft #35350
git-svn-id: trunk@41854 -
2019-04-09 13:21:17 +00:00
..
aarch64
aix Regenerate Makefile's after fpcmake change in commit #41721 2019-03-17 14:45:03 +00:00
amicommon
amiga Regenerate Makefile's after fpcmake change in commit #41721 2019-03-17 14:45:03 +00:00
android Regenerate Makefile's after fpcmake change in commit #41721 2019-03-17 14:45:03 +00:00
arm
aros Regenerate Makefile's after fpcmake change in commit #41721 2019-03-17 14:45:03 +00:00
atari Regenerate Makefile's after fpcmake change in commit #41721 2019-03-17 14:45:03 +00:00
avr
beos Regenerate Makefile's after fpcmake change in commit #41721 2019-03-17 14:45:03 +00:00
bsd * separated the OpenBSD version of the stat structure to a separate ifdef block. 2019-04-04 15:55:16 +00:00
charmaps
darwin Regenerate Makefile's after fpcmake change in commit #41721 2019-03-17 14:45:03 +00:00
dragonfly Regenerate Makefile's after fpcmake change in commit #41721 2019-03-17 14:45:03 +00:00
embedded Regenerate Makefile's after fpcmake change in commit #41721 2019-03-17 14:45:03 +00:00
emx Regenerate Makefile's after fpcmake change in commit #41721 2019-03-17 14:45:03 +00:00
freebsd Regenerate Makefile's after fpcmake change in commit #41721 2019-03-17 14:45:03 +00:00
gba Regenerate Makefile's after fpcmake change in commit #41721 2019-03-17 14:45:03 +00:00
go32v2 Regenerate Makefile's after fpcmake change in commit #41721 2019-03-17 14:45:03 +00:00
haiku Regenerate Makefile's after fpcmake change in commit #41721 2019-03-17 14:45:03 +00:00
i386
i8086
inc
java Regenerate Makefile's after fpcmake change in commit #41721 2019-03-17 14:45:03 +00:00
jvm
linux Regenerate Makefile's after fpcmake change in commit #41721 2019-03-17 14:45:03 +00:00
m68k
macos Regenerate Makefile's after fpcmake change in commit #41721 2019-03-17 14:45:03 +00:00
mips
mipsel
morphos Regenerate Makefile's after fpcmake change in commit #41721 2019-03-17 14:45:03 +00:00
msdos Regenerate Makefile's after fpcmake change in commit #41721 2019-03-17 14:45:03 +00:00
nativent Regenerate Makefile's after fpcmake change in commit #41721 2019-03-17 14:45:03 +00:00
nds Regenerate Makefile's after fpcmake change in commit #41721 2019-03-17 14:45:03 +00:00
netbsd Regenerate Makefile's after fpcmake change in commit #41721 2019-03-17 14:45:03 +00:00
netware Regenerate Makefile's after fpcmake change in commit #41721 2019-03-17 14:45:03 +00:00
netwlibc Regenerate Makefile's after fpcmake change in commit #41721 2019-03-17 14:45:03 +00:00
objpas * Patch from Serge Anvarov to improve TStrings.GetNextLine and TStrings.GetNextLineBreak (bug ID 35331) 2019-04-09 11:35:56 +00:00
openbsd Fix OpenBSD rtl compilation when using -dFPC_USE_LIBC option 2019-04-03 06:59:26 +00:00
os2 Regenerate Makefile's after fpcmake change in commit #41721 2019-03-17 14:45:03 +00:00
palmos Regenerate Makefile's after fpcmake change in commit #41721 2019-03-17 14:45:03 +00:00
powerpc
powerpc64
qnx Regenerate Makefile's after fpcmake change in commit #41721 2019-03-17 14:45:03 +00:00
riscv32
riscv64
solaris Regenerate Makefile's after fpcmake change in commit #41721 2019-03-17 14:45:03 +00:00
sparc
sparc64
symbian Regenerate Makefile's after fpcmake change in commit #41721 2019-03-17 14:45:03 +00:00
ucmaps
unix
watcom Regenerate Makefile's after fpcmake change in commit #41721 2019-03-17 14:45:03 +00:00
wii Regenerate Makefile's after fpcmake change in commit #41721 2019-03-17 14:45:03 +00:00
win * readd bottomleft #35350 2019-04-09 13:21:17 +00:00
win16 Regenerate Makefile's after fpcmake change in commit #41721 2019-03-17 14:45:03 +00:00
win32 Regenerate Makefile's after fpcmake change in commit #41721 2019-03-17 14:45:03 +00:00
win64 Regenerate Makefile's after fpcmake change in commit #41721 2019-03-17 14:45:03 +00:00
wince Regenerate Makefile's after fpcmake change in commit #41721 2019-03-17 14:45:03 +00:00
x86_64
COPYING.FPC
COPYING.txt
fpmake.inc
fpmake.pp
Makefile Regenerate Makefile's after fpcmake change in commit #41721 2019-03-17 14:45:03 +00: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.