fpc/rtl
florian 65a415c13e * fix assembling with official binutils
* fix compilation on 32 bit hosts
+ compile with -Sew

git-svn-id: branches/laksen/riscv_new@39482 -
2018-07-22 13:10:24 +00:00
..
aarch64
aix Regenerated makefiles. 2018-07-20 10:40:57 +00:00
amicommon athreads: add a custom API to retrieve underlying process ID from AThreads. this makes it possible to combine some Amiga API features like Signaling with FPC's thread handling 2018-04-26 11:28:38 +00:00
amiga Regenerated makefiles. 2018-07-20 10:40:57 +00:00
android Regenerated makefiles. 2018-07-20 10:40:57 +00:00
arm
aros Regenerated makefiles. 2018-07-20 10:40:57 +00:00
atari Regenerated makefiles. 2018-07-20 10:40:57 +00:00
avr
beos Regenerated makefiles. 2018-07-20 10:40:57 +00:00
bsd
charmaps
darwin Regenerated makefiles. 2018-07-20 10:40:57 +00:00
dragonfly Regenerated makefiles. 2018-07-20 10:40:57 +00:00
embedded Regenerated makefiles. 2018-07-20 10:40:57 +00:00
emx Regenerated makefiles. 2018-07-20 10:40:57 +00:00
freebsd Regenerated makefiles. 2018-07-20 10:40:57 +00:00
gba Regenerated makefiles. 2018-07-20 10:40:57 +00:00
go32v2 Regenerated makefiles. 2018-07-20 10:40:57 +00:00
haiku Regenerated makefiles. 2018-07-20 10:40:57 +00:00
i386 + added x86 (i8086, i386 and x86_64) intrinsics fpc_x86_get_cs/ss/ds/es/fs/gs 2018-07-11 14:19:40 +00:00
i8086 * updated the CSeg, DSeg and SSeg rtl functions on i8086 to use the new x86 2018-07-11 14:34:05 +00:00
inc Added RiscV32/64 target, from a cleaned up version of branches/laksen/riscv/trunk. 2018-07-20 08:21:15 +00:00
java Regenerated makefiles. 2018-07-20 10:40:57 +00:00
jvm
linux * fix assembling with official binutils 2018-07-22 13:10:24 +00:00
m68k m68k: on setjmp/longjmp also save/restore the FPCR register when FPU support is enabled 2018-03-13 23:44:54 +00:00
macos Regenerated makefiles. 2018-07-20 10:40:57 +00:00
mips
mipsel
morphos Regenerated makefiles. 2018-07-20 10:40:57 +00:00
msdos Regenerated makefiles. 2018-07-20 10:40:57 +00:00
nativent Regenerated makefiles. 2018-07-20 10:40:57 +00:00
nds Regenerated makefiles. 2018-07-20 10:40:57 +00:00
netbsd Regenerated makefiles. 2018-07-20 10:40:57 +00:00
netware Regenerated makefiles. 2018-07-20 10:40:57 +00:00
netwlibc Regenerated makefiles. 2018-07-20 10:40:57 +00:00
objpas * deprecate MaxGListSize; it's no longer used by the generic types 2018-07-17 19:30:29 +00:00
openbsd Regenerated makefiles. 2018-07-20 10:40:57 +00:00
os2 Regenerated makefiles. 2018-07-20 10:40:57 +00:00
palmos Regenerated makefiles. 2018-07-20 10:40:57 +00:00
powerpc Disable dcbz code for AIX also 2018-05-11 15:49:35 +00:00
powerpc64
qnx
riscv32 Update packages with information about RiscV. 2018-07-20 10:40:28 +00:00
riscv64 Fixed setjmp that overwrote a callee save register. 2018-07-20 15:00:14 +00:00
solaris Regenerated makefiles. 2018-07-20 10:40:57 +00:00
sparc
sparc64
symbian Regenerated makefiles. 2018-07-20 10:40:57 +00:00
ucmaps
unix * use include files in the unix ports unit as well 2018-07-09 14:42:01 +00:00
watcom Regenerated makefiles. 2018-07-20 10:40:57 +00:00
wii Regenerated makefiles. 2018-07-20 10:40:57 +00:00
win * consistent naming of lData field in NEWCPLINFO 2018-04-06 09:59:22 +00:00
win16 Regenerated makefiles. 2018-07-20 10:40:57 +00:00
win32 Regenerated makefiles. 2018-07-20 10:40:57 +00:00
win64 Regenerated makefiles. 2018-07-20 10:40:57 +00:00
wince Regenerated makefiles. 2018-07-20 10:40:57 +00:00
x86_64 + added x86 (i8086, i386 and x86_64) intrinsics fpc_x86_get_cs/ss/ds/es/fs/gs 2018-07-11 14:19:40 +00:00
COPYING.FPC
COPYING.txt
fpmake.inc
fpmake.pp
Makefile Regenerated makefiles. 2018-07-20 10:40:57 +00:00
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.