fpc/rtl
2017-05-22 20:42:33 +00:00
..
aarch64
aix Regenerate all Makefile's after changes related to FPCDIR checks 2017-04-18 14:15:47 +00:00
amicommon AROS: Semaphores are much bigger on 64bit, fixes crashes and freezes on AROS64 with Threading enabled 2017-05-14 13:39:15 +00:00
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 * another sysctl fix. Original fixes were done in the assumption that the 2017-05-10 09:09: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
i8086 Check if FPC_SYSTEM_HAS_SYSINITFPU before parsing generic i8086 code 2017-05-19 21:49:13 +00:00
inc + SysGetMem: Add DEBUG_TINY_HEAP message after SysAlloc call. 2017-05-22 20:27:08 +00:00
java Regenerate all Makefile's after changes related to FPCDIR checks 2017-04-18 14:15:47 +00:00
jvm
linux Avoid placing COMPILER_UNITTARGETDIR in the prerequisite list of assmebler files, 2017-05-10 13:06:39 +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 Add information about MCB to SysAlloc call if DEBUG_TINY_HEAP macro is defined 2017-05-22 20:42:33 +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 * reengineered utf8-less fix for 2017-05-22 13:58:43 +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
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 Replace __tls_used for win64 by an alias of _tls_used 2017-05-05 14:27:04 +00:00
win16 Avoid placing COMPILER_UNITTARGETDIR in the prerequisite list of assmebler files, 2017-05-10 13:06:39 +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 + add an SSE2 implementation of Frac() (the existing Trunc() and Round() implementations are also SSE2, so nothing special to keep in mind here) 2017-05-19 14:59:23 +00:00
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.