fpc/rtl
2013-07-08 08:45:16 +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
embedded
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 * MIPS: handle 8 and 16-bit arithmetic shifts internally, by shifting argument left by 24/16 bits, followed with 32-bit arithmetic shift right by appropriately adjusted amount. 2013-07-08 08:45:16 +00:00
java
jvm
linux * updated address of FSF (mantis #24646, patch by Alexey Svistunov) 2013-06-27 14:01:18 +00:00
m68k
macos
mips MIPS RTL: 2013-07-05 14:03:18 +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 * removed all ver2_* defines older than 2_4. 2_4 can probably also get removed from trunk, but better in a separate commit. 2013-06-25 12:46:30 +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
win64
wince
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.