fpc/rtl
Jonas Maebe 50c82b6468 * synchronised with trunk till r41537
git-svn-id: branches/debug_eh@41538 -
2019-03-01 16:20:22 +00:00
..
aarch64
aix + added sortbase as a dependency to unit fgl in the makefiles 2019-02-02 23:22:09 +00:00
amicommon * compilation fixes for many platforms after r41167 2019-02-02 20:22:07 +00:00
amiga build/install fixes for the new sortbase unit for amiga, atari, aros and morphos 2019-02-03 02:06:32 +00:00
android * android: Mask SSE exceptions for i386 too. 2019-02-25 13:15:17 +00:00
arm Fix cycling of arm compiler starting with release ppcarm 3.0.4 2019-01-30 10:48:21 +00:00
aros build/install fixes for the new sortbase unit for amiga, atari, aros and morphos 2019-02-03 02:06:32 +00:00
atari build/install fixes for the new sortbase unit for amiga, atari, aros and morphos 2019-02-03 02:06:32 +00:00
avr
beos + added sortbase as a dependency to unit fgl in the makefiles 2019-02-02 23:22:09 +00:00
bsd
charmaps
darwin + added sortbase as a dependency to unit fgl in the makefiles 2019-02-02 23:22:09 +00:00
dragonfly + added sortbase as a dependency to unit fgl in the makefiles 2019-02-02 23:22:09 +00:00
embedded Add sortbase unit to global units list, as it can be compiled for all CPUs 2019-02-06 15:51:54 +00:00
emx + added sortbase as a dependency to unit fgl in the makefiles 2019-02-02 23:22:09 +00:00
freebsd + added sortbase as a dependency to unit fgl in the makefiles 2019-02-02 23:22:09 +00:00
gba + added sortbase as a dependency to unit fgl in the makefiles 2019-02-02 23:22:09 +00:00
go32v2 + added sortbase as a dependency to unit fgl in the makefiles 2019-02-02 23:22:09 +00:00
haiku + added sortbase as a dependency to unit fgl in the makefiles 2019-02-02 23:22:09 +00:00
i386 * improved floating point signal handling on x86/linux 2019-02-24 20:03:02 +00:00
i8086 + added asm optimized version of fpc_pwidechar_length for i8086 2019-02-14 16:14:02 +00:00
inc * get rid of fpc_Resume 2019-02-25 21:43:56 +00:00
java
jvm
linux * improved floating point signal handling on x86/linux 2019-02-24 20:03:02 +00:00
m68k
macos
mips
mipsel
morphos build/install fixes for the new sortbase unit for amiga, atari, aros and morphos 2019-02-03 02:06:32 +00:00
msdos * access the Default8087CW global variable directly from within inline asm, 2019-02-12 16:31:16 +00:00
nativent * compilation fixes for many platforms after r41167 2019-02-02 20:22:07 +00:00
nds + added sortbase as a dependency to unit fgl in the makefiles 2019-02-02 23:22:09 +00:00
netbsd + added sortbase as a dependency to unit fgl in the makefiles 2019-02-02 23:22:09 +00:00
netware + added sortbase as a dependency to unit fgl in the makefiles 2019-02-02 23:22:09 +00:00
netwlibc + added sortbase as a dependency to unit fgl in the makefiles 2019-02-02 23:22:09 +00:00
objpas * Add overloaded version of AssignFile with codepage. See bug ID 2019-02-16 12:52:00 +00:00
openbsd + added sortbase as a dependency to unit fgl in the makefiles 2019-02-02 23:22:09 +00:00
os2 + added sortbase as a dependency to unit fgl in the makefiles 2019-02-02 23:22:09 +00:00
palmos
powerpc
powerpc64
qnx
riscv32
riscv64
solaris + added sortbase as a dependency to unit fgl in the makefiles 2019-02-02 23:22:09 +00:00
sparc
sparc64
symbian + added sortbase as a dependency to unit fgl in the makefiles 2019-02-02 23:22:09 +00:00
ucmaps
unix * synchronised with trunk till r41207 2019-02-03 21:05:37 +00:00
watcom + added sortbase as a dependency to unit fgl in the makefiles 2019-02-02 23:22:09 +00:00
wii + added sortbase as a dependency to unit fgl in the makefiles 2019-02-02 23:22:09 +00:00
win * Actually call InitLeadBytes 2019-02-16 10:52:51 +00:00
win16 + added sortbase as a dependency to unit fgl in the makefiles 2019-02-02 23:22:09 +00:00
win32 * compilation fixes for many platforms after r41167 2019-02-02 20:22:07 +00:00
win64 * compilation fixes for many platforms after r41167 2019-02-02 20:22:07 +00:00
wince * add reg_qword. Feedback on 2019-02-10 09:20:54 +00:00
x86_64 * improved floating point signal handling on x86/linux 2019-02-24 20:03:02 +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).

Enjoy.