fpc/rtl
Jonas Maebe 0c904e92ff * moved TResourceStringRecord from the objpas to the system unit so it can be
used in the compiler when emitting resourcestrings

git-svn-id: trunk@32208 -
2015-10-30 20:45:19 +00:00
..
aarch64
aix
amicommon
amiga
android * i386-android: Use PIC in the program start-up code. 2015-10-13 11:21:03 +00:00
arm * arm-android: Use kuser_memory_barrier by default. 2015-10-17 16:07:04 +00:00
aros
atari
avr
beos
bsd
charmaps
darwin
dragonfly
embedded
emx
freebsd
gba
go32v2
haiku
i386
i8086 + added an i8086 asm optimized implementation of fpc_pchar_length 2015-10-21 13:21:04 +00:00
inc * moved TResourceStringRecord from the objpas to the system unit so it can be 2015-10-30 20:45:19 +00:00
java
jvm Add dummy function result after HandleError call inside fpc_sqr_real and fpc_trunc_real compilerproc to suppress warning 2015-09-27 16:47:24 +00:00
linux * android: Fixed crash when using writeln during shared library finalization on Android 4.4+. 2015-10-12 22:35:51 +00:00
m68k
macos
mips
mipsel
morphos
msdos * handle empty environment correctly when initializing argv0 under msdos. 2015-10-12 17:59:51 +00:00
nativent * fixed compilation after r30351 (mantis ) 2015-10-28 21:49:29 +00:00
nds
netbsd
netware
netwlibc
objpas * moved TResourceStringRecord from the objpas to the system unit so it can be 2015-10-30 20:45:19 +00:00
openbsd
os2 * fix FileSetAttr - bug 2015-10-11 18:30:29 +00:00
palmos
powerpc
powerpc64
qnx
solaris
sparc
symbian
ucmaps
unix * avoid threadvar memory leaks for external hooked threads if the tlskey 2015-10-27 21:52:05 +00:00
watcom
wii
win
win16 + added the sysconst and rtlconsts units to the win16 rtl 2015-10-01 14:04:14 +00:00
win32
win64
wince
x86_64
COPYING.FPC
COPYING.txt
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.