fpc/rtl
pierre 6c43882cf5 Allow compilation with -Sfnothreading
git-svn-id: trunk@36092 -
2017-05-04 21:18:22 +00:00
..
aarch64
aix Regenerate all Makefile's after changes related to FPCDIR checks 2017-04-18 14:15:47 +00:00
amicommon
amiga Regenerate all Makefile's after changes related to FPCDIR checks 2017-04-18 14:15:47 +00:00
android * ARM: Never use the "BLX label" instruction. Use "BL label" instead. 2017-05-04 15:55:55 +00:00
arm * ARM: Never use the "BLX label" instruction. Use "BL label" instead. 2017-05-04 15:55:55 +00:00
aros Regenerate all Makefile's after changes related to FPCDIR checks 2017-04-18 14:15:47 +00:00
atari Regenerate all Makefile's after changes related to FPCDIR checks 2017-04-18 14:15:47 +00:00
avr
beos Regenerate all Makefile's after changes related to FPCDIR checks 2017-04-18 14:15:47 +00:00
bsd * Fix bug #31555, disbablefile locking 2017-03-17 07:58:59 +00:00
charmaps
darwin Regenerate all Makefile's after changes related to FPCDIR checks 2017-04-18 14:15:47 +00:00
dragonfly Regenerate all Makefile's after changes related to FPCDIR checks 2017-04-18 14:15:47 +00:00
embedded * avr I/O space is always shifted by 32 bytes in memory 2017-05-02 19:51:22 +00:00
emx Regenerate all Makefile's after changes related to FPCDIR checks 2017-04-18 14:15:47 +00:00
freebsd Regenerate all Makefile's after changes related to FPCDIR checks 2017-04-18 14:15:47 +00:00
gba Regenerate all Makefile's after changes related to FPCDIR checks 2017-04-18 14:15:47 +00:00
go32v2 Regenerate all Makefile's after changes related to FPCDIR checks 2017-04-18 14:15:47 +00:00
haiku Regenerate all Makefile's after changes related to FPCDIR checks 2017-04-18 14:15:47 +00:00
i386 * split fpc_mul_<64 bit> into separate procedures with and without overflow checking 2017-02-19 19:15:14 +00:00
i8086 * split fpc_mul_<64 bit> into separate procedures with and without overflow checking 2017-02-19 19:15:14 +00:00
inc Allow compilation with -Sfnothreading 2017-05-04 21:18:22 +00:00
java Regenerate all Makefile's after changes related to FPCDIR checks 2017-04-18 14:15:47 +00:00
jvm
linux Regenerate all Makefile's after changes related to FPCDIR checks 2017-04-18 14:15:47 +00:00
m68k
macos Regenerate all Makefile's after changes related to FPCDIR checks 2017-04-18 14:15:47 +00:00
mips
mipsel
morphos Regenerate all Makefile's after changes related to FPCDIR checks 2017-04-18 14:15:47 +00:00
msdos Regenerate all Makefile's after changes related to FPCDIR checks 2017-04-18 14:15:47 +00:00
nativent Regenerate all Makefile's after changes related to FPCDIR checks 2017-04-18 14:15:47 +00:00
nds Regenerate all Makefile's after changes related to FPCDIR checks 2017-04-18 14:15:47 +00:00
netbsd Regenerate all Makefile's after changes related to FPCDIR checks 2017-04-18 14:15:47 +00:00
netware Regenerate all Makefile's after changes related to FPCDIR checks 2017-04-18 14:15:47 +00:00
netwlibc Regenerate all Makefile's after changes related to FPCDIR checks 2017-04-18 14:15:47 +00:00
objpas * manual CSE for fcomponents[i] in FindComponent, mantis #31628 2017-04-25 11:34:25 +00:00
openbsd Regenerate all Makefile's after changes related to FPCDIR checks 2017-04-18 14:15:47 +00:00
os2 Regenerate all Makefile's after changes related to FPCDIR checks 2017-04-18 14:15:47 +00:00
palmos Regenerate all Makefile's after changes related to FPCDIR checks 2017-04-18 14:15:47 +00:00
powerpc * optimized PowerPC version of changes in r35454 2017-02-19 20:27:39 +00:00
powerpc64
qnx Regenerate all Makefile's after changes related to FPCDIR checks 2017-04-18 14:15:47 +00:00
solaris Regenerate all Makefile's after changes related to FPCDIR checks 2017-04-18 14:15:47 +00:00
sparc
symbian Regenerate all Makefile's after changes related to FPCDIR checks 2017-04-18 14:15:47 +00:00
ucmaps
unix * make webtbs/tw30535 also working on OSes using cthreads 2017-03-12 09:28:41 +00:00
watcom Regenerate all Makefile's after changes related to FPCDIR checks 2017-04-18 14:15:47 +00:00
wii Regenerate all Makefile's after changes related to FPCDIR checks 2017-04-18 14:15:47 +00:00
win * dword -> dword_ptr in sendmessagetimeout (3x), mantis #31661 2017-04-14 15:52:03 +00:00
win16 Regenerate all Makefile's after changes related to FPCDIR checks 2017-04-18 14:15:47 +00:00
win32 Regenerate all Makefile's after changes related to FPCDIR checks 2017-04-18 14:15:47 +00:00
win64 Regenerate all Makefile's after changes related to FPCDIR checks 2017-04-18 14:15:47 +00:00
wince Regenerate all Makefile's after changes related to FPCDIR checks 2017-04-18 14:15:47 +00:00
x86_64
COPYING.FPC
COPYING.txt
fpmake.inc
fpmake.pp
Makefile Regenerate all Makefile's after changes related to FPCDIR checks 2017-04-18 14:15:47 +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).

The following directories are not supported officially and may not work
correctly with FreePascal v1.0:

go32v1 - The DJGPP go32v1 DOS extender (no longer supported)
palmos - The PalmOS directory for the Dragonball (incomplete)


Enjoy.