fpc/rtl
marcus 328772cc46 AROS: return code and comments in startupcode
git-svn-id: trunk@34827 -
2016-11-06 19:23:28 +00:00
..
aarch64
aix
amicommon amicommon: set the return value of SysErrorMessage to something default. this is consistent with some other platforms 2016-10-02 02:03:22 +00:00
amiga
android * Undid last commit 2016-09-10 12:12:39 +00:00
arm
aros AROS: return code and comments in startupcode 2016-11-06 19:23:28 +00:00
atari atari: added the initialization of threading subsystem to system init 2016-10-09 13:24:41 +00:00
avr
beos
bsd
charmaps
darwin
dragonfly
embedded Added support for NRF52832 controllers. 2016-07-22 10:01:10 +00:00
emx
freebsd Change rules to be able to cross-compile on win32, using old GNU make 3.82 2016-07-21 14:20:56 +00:00
gba
go32v2 Fix tw3124 test for systems on pagecode 437. 2016-08-16 14:47:29 +00:00
haiku - remove sysheap.inc override from the Haiku port. mmap is now fully supported under Haiku for a long time. sbrk is also under work and the current implementation limit the available memory. 2016-07-24 18:47:33 +00:00
i386
i8086
inc * changed the 'size' parameter of fpc_zeromem and fpc_fillmem from ptruint to sizeuint 2016-10-18 15:42:29 +00:00
java * updated FSF address (mantis #30198, patch by Paul Gevers) 2016-10-02 12:56:59 +00:00
jvm
linux * updated FSF address (mantis #30198, patch by Paul Gevers) 2016-10-02 12:56:59 +00:00
m68k m68k: made setjmp and longjmp code work when register calling convention is the default 2016-11-06 19:10:47 +00:00
macos
mips
mipsel
morphos
msdos + call InitSystemThreads in the msdos system unit startup, to initialize the 2016-10-08 22:03:27 +00:00
nativent
nds
netbsd
netware
netwlibc
objpas * Fix bug #30869, introduce CheckIndex in TStringList 2016-11-06 17:04:37 +00:00
openbsd * patch to increase ino and time_t to 64-bit, mantis #30314 2016-07-09 19:57:22 +00:00
os2 * updated FSF address (mantis #30198, patch by Paul Gevers) 2016-10-02 12:56:59 +00:00
palmos
powerpc
powerpc64
qnx
solaris
sparc * updated FSF address (mantis #30198, patch by Paul Gevers) 2016-10-02 12:56:59 +00:00
symbian
ucmaps
unix * converted for-loop to while-loop, because its loop count is used on exit 2016-11-01 14:01:41 +00:00
watcom
wii
win * fix for Mantis #30747: for anonymous events CreateEvent() needs to be called with a Nil parameter for the name, not an empty string 2016-10-16 19:29:49 +00:00
win16 * fixed win16 compilation, patch by Max Nazhalov 2016-10-09 19:20:54 +00:00
win32 Remove heaptrc unit from buildrtl uses clause, heaptrc is handled separately to allow use of -gc option in RTL compilation 2016-08-10 09:49:55 +00:00
win64 Set result of functions calling RunError to avoid useless warnings 2016-08-19 12:21:17 +00:00
wince * updated FSF address (mantis #30198, patch by Paul Gevers) 2016-10-02 12:56:59 +00:00
x86_64
COPYING.FPC
COPYING.txt * updated FSF address (mantis #30198, patch by Paul Gevers) 2016-10-02 12:56:59 +00:00
fpmake.inc
fpmake.pp
Makefile arm-aros: enabled basic AROS on ARM build 2016-11-06 14:40:02 +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.