fpc/rtl
2014-09-18 11:34:29 +00:00
..
aix
amicommon amicommon: GetEnv improved, EnvCount and EnvStr implemented 2014-09-03 19:58:08 +00:00
amiga Amiga: Boolean -> LongBool changes in syscalls 2014-09-15 22:52:50 +00:00
android
arm
aros AROS: some bugfixes for threading 2014-09-17 15:19:40 +00:00
atari
avr
beos
bsd
charmaps
darwin
embedded * compiler/mips/cpuinfo.pas: removed "FPU_" prefixes from FPU names, not necessary because compiler inserts one itself. 2014-09-15 18:24:23 +00:00
emx
freebsd * support for clock_gettime(), patch by Graeme. 2014-09-05 13:01:04 +00:00
gba
go32v2
haiku
i386
i8086
inc * the results of MemAvail and MaxAvail changed to LongInt in the i8086 far data 2014-09-14 21:11:32 +00:00
java
jvm
linux arm-linux: new gprt0 based on cprt0, plus gmon initialization, so profiling output generation actually works now 2014-09-14 17:07:35 +00:00
m68k
macos
mips + MIPS: Assembler implementation of FillChar 2014-09-15 19:41:34 +00:00
mipsel
morphos MorphOS: use LongBool instead of Boolean in syscalls, because we have C-style booleans as return values everywhere. this probably should be done for *all* Amiga-like syscalls everywhere... 2014-09-15 22:49:18 +00:00
msdos * use RegisterTinyHeapBlock_Simple_Prealigned in the msdos rtl 2014-09-13 19:55:55 +00:00
nativent
nds
netbsd
netware
netwlibc
objpas * remove construct with exception, mantis #26738, patch by Alexander. 2014-09-18 11:34:29 +00:00
openbsd
os2
palmos
powerpc
powerpc64
qnx
solaris
sparc
symbian
ucmaps
unix * support for clock_gettime(), patch by Graeme. 2014-09-05 13:01:04 +00:00
watcom
wii
win Implement GetCPUCount for Windows OSes. This is for all three Windows targets. 2014-09-12 18:40:59 +00:00
win32
win64
wince
x86_64
COPYING.FPC
COPYING.txt
fpmake.inc
fpmake.pp
Makefile AROS: regenerated Makefiles to support i386-aros 2014-08-17 23:16: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.