fpc/rtl
2015-12-20 01:41:28 +00:00
..
aarch64
aix Regenerate after: Fix rtl compilation for AIX OS 2015-12-05 00:16:31 +00:00
amicommon * Type helpers, compatible to Delphi XE 8 2015-11-07 09:40:54 +00:00
amiga o basic extended pascal support: 2015-11-15 15:13:36 +00:00
android * Fixed cwstring for Android after latest widestring manager changes. 2015-11-26 18:14:26 +00:00
arm * arm-android: Use kuser_memory_barrier by default. 2015-10-17 16:07:04 +00:00
aros o basic extended pascal support: 2015-11-15 15:13:36 +00:00
atari o basic extended pascal support: 2015-11-15 15:13:36 +00:00
avr Add support for ram-less AVR chips and simultanously optimize flash/ram size the initfinal calling sequence. 2015-11-22 00:37:10 +00:00
beos o basic extended pascal support: 2015-11-15 15:13:36 +00:00
bsd
charmaps
darwin + added explicit rules for the iso7186 unit for the bsd targets 2015-11-21 14:43:54 +00:00
dragonfly + added explicit rules for the iso7186 unit for the bsd targets 2015-11-21 14:43:54 +00:00
embedded * patch by Bernd to fix interrupt handling for the ATtiny1634 and ATtiny167 controllers (use jmp instead of rjmp to jump to the handlers), resolves issue #29122 2015-12-13 10:44:43 +00:00
emx o basic extended pascal support: 2015-11-15 15:13:36 +00:00
freebsd + added explicit rules for the iso7186 unit for the bsd targets 2015-11-21 14:43:54 +00:00
gba o basic extended pascal support: 2015-11-15 15:13:36 +00:00
go32v2 o basic extended pascal support: 2015-11-15 15:13:36 +00:00
haiku o basic extended pascal support: 2015-11-15 15:13:36 +00:00
i386 - removed FPC_HAS_VALGRINDBOOL-related checks, FPC 2.6.4 has it 2015-09-15 11:51:45 +00:00
i8086 * the 'count' parameter of Move and FillChar on i8086 made 16-bit unsigned, 2015-11-21 17:55:47 +00:00
inc * fix Fill* code for CPUs with 8 Bit ALU 2015-12-12 15:49:51 +00:00
java - removed FPC_OBJFPC_EXTENDED_IF-related code, FPC 2.6.4 has it 2015-09-15 11:52:02 +00:00
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 - Cleaned out some more assembler PIC hacks around ExitCode variable 2015-12-18 11:49:20 +00:00
m68k
macos o basic extended pascal support: 2015-11-15 15:13:36 +00:00
mips
mipsel
morphos o basic extended pascal support: 2015-11-15 15:13:36 +00:00
msdos * fixed msdos cross compiler compilation with "make -j2" 2015-11-17 19:30:57 +00:00
nativent o basic extended pascal support: 2015-11-15 15:13:36 +00:00
nds o basic extended pascal support: 2015-11-15 15:13:36 +00:00
netbsd + added explicit rules for the iso7186 unit for the bsd targets 2015-11-21 14:43:54 +00:00
netware o basic extended pascal support: 2015-11-15 15:13:36 +00:00
netwlibc o basic extended pascal support: 2015-11-15 15:13:36 +00:00
objpas * move beginupdate before try 3x , Mantis #29164 2015-12-10 19:21:16 +00:00
openbsd + added explicit rules for the iso7186 unit for the bsd targets 2015-11-21 14:43:54 +00:00
os2 o basic extended pascal support: 2015-11-15 15:13:36 +00:00
palmos o basic extended pascal support: 2015-11-15 15:13:36 +00:00
powerpc
powerpc64
qnx * updated all the remaining makefiles that 'fpcmake -r' missed 2015-09-05 11:21:36 +00:00
solaris o basic extended pascal support: 2015-11-15 15:13:36 +00:00
sparc
symbian o basic extended pascal support: 2015-11-15 15:13:36 +00:00
ucmaps
unix * deprecated dt routines in unixutils. Julian routines already were 2015-11-20 15:06:29 +00:00
watcom o basic extended pascal support: 2015-11-15 15:13:36 +00:00
wii o basic extended pascal support: 2015-11-15 15:13:36 +00:00
win * fixes by lks of base.inc procptr types (one long->plong, three dword_ptr to ulong_ptr) fixes mantis #29023 2015-11-22 11:04:37 +00:00
win16 o basic extended pascal support: 2015-11-15 15:13:36 +00:00
win32 - Win32 RTL: removed assembler startup files, which are unused since version 2.0.x 2015-12-20 01:41:28 +00:00
win64 * modeswitches for win64 + wince. 2015-11-16 13:51:37 +00:00
wince * wince has its own struct. Fix it in same way as win/wininc/struct.inc 2015-11-19 14:12:10 +00:00
x86_64 - removed "nostackframe" from floating point helpers for llvm, as FPC 2015-12-05 18:03:57 +00:00
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.