tg74 634338dcd2 merge with trunk 10 years ago
..
aarch64 634338dcd2 merge with trunk 10 years ago
aix 634338dcd2 merge with trunk 10 years ago
amicommon 634338dcd2 merge with trunk 10 years ago
amiga 634338dcd2 merge with trunk 10 years ago
android 634338dcd2 merge with trunk 10 years ago
arm 634338dcd2 merge with trunk 10 years ago
aros 634338dcd2 merge with trunk 10 years ago
atari 634338dcd2 merge with trunk 10 years ago
avr 98606eea15 Fixed some bugs in the AVR RTL code. 11 years ago
beos 634338dcd2 merge with trunk 10 years ago
bsd 634338dcd2 merge with trunk 10 years ago
charmaps c465d3d64a * moving 4 cp9* units. These are 16-bit and big. 11 years ago
darwin 634338dcd2 merge with trunk 10 years ago
dragonfly 634338dcd2 merge with trunk 10 years ago
embedded 634338dcd2 merge with trunk 10 years ago
emx 634338dcd2 merge with trunk 10 years ago
freebsd 634338dcd2 merge with trunk 10 years ago
gba 634338dcd2 merge with trunk 10 years ago
go32v2 634338dcd2 merge with trunk 10 years ago
haiku 634338dcd2 merge with trunk 10 years ago
i386 88b58c3580 i386: added signed 64bit div/mod helpers in assembly. we have some 64bit heavy code where a direct helper results in about 8-10% of performance advantage compared to going through the generic wrapper + the unsigned function 11 years ago
i8086 634338dcd2 merge with trunk 10 years ago
inc 634338dcd2 merge with trunk 10 years ago
java 634338dcd2 merge with trunk 10 years ago
jvm 94a045aa3d * Moved declarations of TFPURoundingMode,TFPUExceptionMask and TFPUPrecisionMode to System unit. Declarations in Math unit changed to aliases. 11 years ago
linux 634338dcd2 merge with trunk 10 years ago
m68k 634338dcd2 merge with trunk 10 years ago
macos 634338dcd2 merge with trunk 10 years ago
mips 634338dcd2 merge with trunk 10 years ago
mipsel 0255eb880e - Removed mathuh.inc files which are identical for all targets (except m68k, see below), their contents moved into math.pp. 11 years ago
morphos 634338dcd2 merge with trunk 10 years ago
msdos 634338dcd2 merge with trunk 10 years ago
nativent 634338dcd2 merge with trunk 10 years ago
nds 634338dcd2 merge with trunk 10 years ago
netbsd 634338dcd2 merge with trunk 10 years ago
netware 634338dcd2 merge with trunk 10 years ago
netwlibc 634338dcd2 merge with trunk 10 years ago
objpas 634338dcd2 merge with trunk 10 years ago
openbsd 634338dcd2 merge with trunk 10 years ago
os2 634338dcd2 merge with trunk 10 years ago
palmos 634338dcd2 merge with trunk 10 years ago
powerpc a8bc2085e8 - Delete strpas.inc files, no longer used, their contents has been merged into corresponding $(CPU).inc. 11 years ago
powerpc64 a8bc2085e8 - Delete strpas.inc files, no longer used, their contents has been merged into corresponding $(CPU).inc. 11 years ago
qnx 634338dcd2 merge with trunk 10 years ago
solaris 634338dcd2 merge with trunk 10 years ago
sparc 217ab9879c * Enabled internal handling of Abs(longint) for all targets. It has been implemented in cross-platform way ages ago (see tcginlinenode.second_abs_long), but not enabled on MIPS,SPARC and m68k. 11 years ago
symbian 634338dcd2 merge with trunk 10 years ago
ucmaps 634338dcd2 merge with trunk 10 years ago
unix 634338dcd2 merge with trunk 10 years ago
watcom 634338dcd2 merge with trunk 10 years ago
wii 634338dcd2 merge with trunk 10 years ago
win 634338dcd2 merge with trunk 10 years ago
win32 634338dcd2 merge with trunk 10 years ago
win64 634338dcd2 merge with trunk 10 years ago
wince 634338dcd2 merge with trunk 10 years ago
x86_64 634338dcd2 merge with trunk 10 years ago
COPYING.FPC 8117e33c2a + Made license more clear, upgraded to LGPL 2.1 20 years ago
COPYING.txt 81597bf171 * updated address of FSF (mantis #24646, patch by Alexey Svistunov) 12 years ago
Makefile 634338dcd2 merge with trunk 10 years ago
Makefile.fpc 634338dcd2 merge with trunk 10 years ago
README.txt 4bf254bc32 * added .txt extensions to all README, TODO and COPYING files 16 years ago
fpmake.inc 634338dcd2 merge with trunk 10 years ago
fpmake.pp 634338dcd2 merge with trunk 10 years ago

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.