fpc/rtl
2015-11-09 07:36:01 +00:00
..
aarch64 * replaced AArch64 setjmp/longjmp code initially taken from NetBSD with 2015-02-25 19:34:42 +00:00
aix * regenerated makefiles after adding the win16 target 2015-09-05 11:02:54 +00:00
amicommon * Type helpers, compatible to Delphi XE 8 2015-11-07 09:40:54 +00:00
amiga * regenerated makefiles after adding the win16 target 2015-09-05 11:02:54 +00:00
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 * regenerated makefiles after adding the win16 target 2015-09-05 11:02:54 +00:00
atari * regenerated makefiles after adding the win16 target 2015-09-05 11:02:54 +00:00
avr + simple Move and FillChar pascal implementations for AVR 2015-04-12 18:06:05 +00:00
beos * regenerated makefiles after adding the win16 target 2015-09-05 11:02:54 +00:00
bsd Pipe syscall for DragonFly also uses EAX:EDX for result, like FreeBSD 2015-07-14 21:58:27 +00:00
charmaps
darwin * regenerated makefiles after adding the win16 target 2015-09-05 11:02:54 +00:00
dragonfly * regenerated makefiles after adding the win16 target 2015-09-05 11:02:54 +00:00
embedded * Type helpers, compatible to Delphi XE 8 2015-11-07 09:40:54 +00:00
emx * Type helpers, compatible to Delphi XE 8 2015-11-07 09:40:54 +00:00
freebsd * regenerated makefiles after adding the win16 target 2015-09-05 11:02:54 +00:00
gba * Type helpers, compatible to Delphi XE 8 2015-11-07 09:40:54 +00:00
go32v2 * Type helpers, compatible to Delphi XE 8 2015-11-07 09:40:54 +00:00
haiku * regenerated makefiles after adding the win16 target 2015-09-05 11:02:54 +00:00
i386 - removed FPC_HAS_VALGRINDBOOL-related checks, FPC 2.6.4 has it 2015-09-15 11:51:45 +00:00
i8086 + added an i8086 asm optimized implementation of fpc_pchar_length 2015-10-21 13:21:04 +00:00
inc * commented out all untested (and on non-Win32: unimplemened) TCompareOption 2015-11-08 19:43:26 +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 * remove some deprecated functions. Most have alternatives since at least 2.4, and more often 2.2 2015-11-06 14:55:38 +00:00
m68k m68k: use the Amiga-specific atomic ops on Amiga 2015-05-24 21:44:51 +00:00
macos * Type helpers, compatible to Delphi XE 8 2015-11-07 09:40:54 +00:00
mips
mipsel
morphos * regenerated makefiles after adding the win16 target 2015-09-05 11:02:54 +00:00
msdos * Type helpers, compatible to Delphi XE 8 2015-11-07 09:40:54 +00:00
nativent * Type helpers, compatible to Delphi XE 8 2015-11-07 09:40:54 +00:00
nds * Type helpers, compatible to Delphi XE 8 2015-11-07 09:40:54 +00:00
netbsd * regenerated makefiles after adding the win16 target 2015-09-05 11:02:54 +00:00
netware * Type helpers, compatible to Delphi XE 8 2015-11-07 09:40:54 +00:00
netwlibc * Type helpers, compatible to Delphi XE 8 2015-11-07 09:40:54 +00:00
objpas * Mark forgotten implementations with runerror 219 2015-11-07 12:36:32 +00:00
openbsd * regenerated makefiles after adding the win16 target 2015-09-05 11:02:54 +00:00
os2 * fix compilation failure after r32262 2015-11-08 00:41:00 +00:00
palmos * regenerated makefiles after adding the win16 target 2015-09-05 11:02:54 +00:00
powerpc powerpc: MorphOS recently started supporting the G5s, and it runs the G5s in non-G4-compatible mode much like Linux, therefore the DCBZ code seems to fail on them. So disable DCBZ usage for MorphOS as well. 2015-06-20 22:51:53 +00:00
powerpc64 * disable out big endian-specific helpers for ppc64le 2015-03-14 18:36:23 +00:00
qnx * updated all the remaining makefiles that 'fpcmake -r' missed 2015-09-05 11:21:36 +00:00
solaris * regenerated makefiles after adding the win16 target 2015-09-05 11:02:54 +00:00
sparc
symbian * regenerated makefiles after adding the win16 target 2015-09-05 11:02:54 +00:00
ucmaps * added binary mappings for inofficial codepage 895 (Kamenicky brothers) - referenced e.g. in fcl-db/dbase 2015-02-07 11:30:39 +00:00
unix * Type helpers, compatible to Delphi XE 8 2015-11-07 09:40:54 +00:00
watcom * Type helpers, compatible to Delphi XE 8 2015-11-07 09:40:54 +00:00
wii * Type helpers, compatible to Delphi XE 8 2015-11-07 09:40:54 +00:00
win * Patch from Ondrej Pokorny to fix broken compilation after 32275 2015-11-09 07:36:01 +00:00
win16 + added the sysconst and rtlconsts units to the win16 rtl 2015-10-01 14:04:14 +00:00
win32 * regenerated makefiles after adding the win16 target 2015-09-05 11:02:54 +00:00
win64 * regenerated makefiles after adding the win16 target 2015-09-05 11:02:54 +00:00
wince * Fix bug #0028980 2015-11-08 21:35:12 +00:00
x86_64 * handle atan, sqrt, ln, sin and cos in the x86 RTL for llvm 2015-09-12 23:33:57 +00:00
COPYING.FPC
COPYING.txt
fpmake.inc * first dragonfly patch (existing most). Mantis #27091 2014-12-07 20:27:02 +00:00
fpmake.pp * version updated to 3.1.1 2015-01-04 21:09:04 +00:00
Makefile * regenerated makefiles after adding the win16 target 2015-09-05 11:02:54 +00:00
Makefile.fpc * regenerated makefiles after adding the win16 target 2015-09-05 11:02:54 +00:00
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.