fpc/rtl
2013-07-16 15:16:24 +00:00
..
aix
amiga merged fixes from MorphOS 2013-06-01 17:53:13 +00:00
android * Android: There are cases when libc "environ" var may be NULL. Check for such case and provide fake valid environment. Bug #24519. 2013-06-04 15:21:29 +00:00
arm
atari
avr
beos * updated address of FSF (mantis #24646, patch by Alexey Svistunov) 2013-06-27 14:01:18 +00:00
bsd * updated address of FSF (mantis #24646, patch by Alexey Svistunov) 2013-06-27 14:01:18 +00:00
charmaps
darwin rtl: add unicodenumtable to install units 2013-05-13 02:19:46 +00:00
embedded patch by Michael Ring: 2013-04-29 19:57:08 +00:00
emx
freebsd
gba
go32v2
haiku * updated address of FSF (mantis #24646, patch by Alexey Svistunov) 2013-06-27 14:01:18 +00:00
i386 + Assembler implementation of SarInt64 for i386. 2013-07-04 09:43:30 +00:00
i8086 * fpc_setjmp and fpc_longjmp updated to support far code memory models 2013-06-11 23:59:30 +00:00
inc * fixes for the compilation of unit variants in the i8086 medium memory model 2013-07-16 15:16:24 +00:00
java compiler, rtl, tests: write Delphi compatible (more or less) type information for Class Reference and Pointer types (mantis #0024367) 2013-05-04 12:47:05 +00:00
jvm
linux * updated address of FSF (mantis #24646, patch by Alexey Svistunov) 2013-06-27 14:01:18 +00:00
m68k
macos
mips * Typo in r25079. 2013-07-10 10:46:13 +00:00
mipsel MIPS RTL: 2013-07-05 14:03:18 +00:00
morphos implemented FileSetDate, improved FileCreate 2013-06-11 06:02:28 +00:00
msdos + added CPU detection code in the msdos rtl startup in order to properly initialize the Test8086 variable 2013-07-03 15:43:01 +00:00
nativent
nds
netbsd * add CPU prefix to some defines 2013-06-01 08:17:30 +00:00
netware
netwlibc
objpas * fixed compilation of unit typinfo in the i8086 medium memory model 2013-07-16 15:13:11 +00:00
openbsd * updated address of FSF (mantis #24646, patch by Alexey Svistunov) 2013-06-27 14:01:18 +00:00
os2 * RealMaxPathLen added - value queried from the system on startup 2013-06-28 21:02:04 +00:00
palmos
powerpc
powerpc64
qnx * updated address of FSF (mantis #24646, patch by Alexey Svistunov) 2013-06-27 14:01:18 +00:00
solaris * updated address of FSF (mantis #24646, patch by Alexey Svistunov) 2013-06-27 14:01:18 +00:00
sparc
symbian
ucmaps
unix - Removed unused variables 2013-06-28 11:53:10 +00:00
watcom
wii
win * added layout constants. 2013-07-06 20:46:30 +00:00
win32 Fix compilation of WinCE. Change the fixed UNICODE define of WinCE to FPC_OS_UNICODE, so that it won't be undefined when changing the mode/string type and that the usage of a UNICODE API is independant of the mode. 2013-05-04 11:06:32 +00:00
win64 Fix compilation of WinCE. Change the fixed UNICODE define of WinCE to FPC_OS_UNICODE, so that it won't be undefined when changing the mode/string type and that the usage of a UNICODE API is independant of the mode. 2013-05-04 11:06:32 +00:00
wince Fix compilation of WinCE. Change the fixed UNICODE define of WinCE to FPC_OS_UNICODE, so that it won't be undefined when changing the mode/string type and that the usage of a UNICODE API is independant of the mode. 2013-05-04 11:06:32 +00:00
x86_64
COPYING.FPC
COPYING.txt * updated address of FSF (mantis #24646, patch by Alexey Svistunov) 2013-06-27 14:01:18 +00:00
fpmake.inc
fpmake.pp
Makefile
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.