fpc/rtl
Jonas Maebe 9d2bba1917 * create a separate type and def for the LLVM "i1" type, because reusing
pasbool8type for this results in too much trouble (we mustn't use i1
    for parameters, because then LLVM will try to apply the ABI convention
    for passing "1 bit" values, or in records because then this may
    result in unwanted bitpacking). Downside: the new LLVMBool1 type is
    also exposed in the system unit, because we need it to define LLVM
    intrinsics...

git-svn-id: trunk@33726 -
2016-05-20 20:51:44 +00:00
..
aarch64
aix * map ebusy and enotdir to error 5, mantis #25931 2016-03-17 21:15:44 +00:00
amicommon Amicommon: Unified parameterhandling for Amiga, AROS, MorphOS 2016-04-17 15:31:18 +00:00
amiga m68k-amiga: fixed wrong define to test against softfpu (oops...) 2016-05-11 07:09:53 +00:00
android * fixed dependencies for lineinfo unit after r33007 2016-02-01 22:52:50 +00:00
arm + cpu unit for arm (linux only so far) 2016-03-06 13:33:20 +00:00
aros Amicommon: Unified parameterhandling for Amiga, AROS, MorphOS 2016-04-17 15:31:18 +00:00
atari
avr
beos
bsd * fix for mantis #25931 return error 5 on EBUSY and ENOTDIR 2016-03-17 21:14:07 +00:00
charmaps
darwin * fixed dependencies for lineinfo unit after r33007 2016-02-01 22:52:50 +00:00
dragonfly * fixed dependencies for lineinfo unit after r33007 2016-02-01 22:52:50 +00:00
embedded + define FPC_NO_DEFAULT_HEAP for the embedded target as well 2016-05-16 13:26:39 +00:00
emx
freebsd * fixed dependencies for lineinfo unit after r33007 2016-02-01 22:52:50 +00:00
gba
go32v2 * improved prototypes for dos. 2016-03-27 21:13:24 +00:00
haiku * fix for mantis #25931 return error 5 on EBUSY and ENOTDIR 2016-03-17 21:14:07 +00:00
i386 - removed i386 specific fpc_pchar_length implementation as it is much slower than the generic one which takes advantage of IndexByte 2016-04-12 18:13:24 +00:00
i8086
inc * create a separate type and def for the LLVM "i1" type, because reusing 2016-05-20 20:51:44 +00:00
java Change WideString initialization to work correctly with indirect main information as well 2016-04-29 13:13:14 +00:00
jvm * fixed version of fpc_pchar_length() for JVM (the generic one passes 2016-04-28 20:33:09 +00:00
linux * fixed cross-assembling the Linux/ppc32 loader files on a 64 bit Linux host 2016-04-20 22:17:11 +00:00
m68k
macos
mips
mipsel
morphos Amicommon: Unified parameterhandling for Amiga, AROS, MorphOS 2016-04-17 15:31:18 +00:00
msdos * Fix compilation for msdos OS with -dSYSTEMDEBUG 2016-05-20 15:46:46 +00:00
nativent Regenerate NativeNT Makefile after recent Makefile.fpc changes in r33711, r33712 and r33713 2016-05-20 13:22:39 +00:00
nds
netbsd * fixed dependencies for lineinfo unit after r33007 2016-02-01 22:52:50 +00:00
netware
netwlibc
objpas * Fix compilation for msdos 2016-05-17 18:41:33 +00:00
openbsd * fixed dependencies for lineinfo unit after r33007 2016-02-01 22:52:50 +00:00
os2 * fixed dependencies for lineinfo unit after r33007 2016-02-01 22:52:50 +00:00
palmos
powerpc
powerpc64
qnx
solaris * fix for mantis #25931 return error 5 on EBUSY and ENOTDIR 2016-03-17 21:14:07 +00:00
sparc
symbian - get rid of the calling convention modifier for PascalMain as it's generated using the default calling convention anyway (without any parameters this luckily doesn't matter that much ;) ) 2016-01-29 14:51:15 +00:00
ucmaps
unix * SearchAttr needs more bits (faSymlink=$400), bug ID #29870 2016-03-27 00:01:14 +00:00
watcom
wii
win Change WideString initialization to work correctly with indirect main information as well 2016-04-29 13:13:14 +00:00
win16 * Fix compilation for win16 OS with -dSYSTEMDEBUG 2016-05-20 15:58:27 +00:00
win32 Change WideString initialization to work correctly with indirect main information as well 2016-04-29 13:13:14 +00:00
win64 * Also assign the ErrorCode variable, which is being checked by some tests like test/tstack.pp. 2016-04-03 22:26:10 +00:00
wince * Define STACK_SIZE_PARAM_IS_A_RESERVATION 2016-03-27 11:11:54 +00:00
x86_64 * x86_64: Modified fpc_exp_real so it does not use 'sahf' assembler instruction, which may be not present on early 64-bit capable x86 processors. Mantis #29583. 2016-03-07 22:39:34 +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.