pierre 5761e944ba Fix m68k linux rtl compilation 12 years ago
..
aix dea2c743d5 * Initial active version of 12 years ago
amiga dea2c743d5 * Initial active version of 12 years ago
android 876c2c5cca * also remove variants. 12 years ago
arm c108a24cc8 reverted r25622 which was an accidental commit of some highly experimental debug code (sorry) 12 years ago
atari 14a34239cc rtl: add cp856 to makefiles 12 years ago
avr 8469741700 + Added additional addr pointer parameter to 13 years ago
beos dea2c743d5 * Initial active version of 12 years ago
bsd 8a0dccf590 NetBSD getcwd system call also returns string length 12 years ago
charmaps 80cec37d06 rtl: add charmap for 856 codepage 12 years ago
darwin dea2c743d5 * Initial active version of 12 years ago
embedded 14a34239cc rtl: add cp856 to makefiles 12 years ago
emx dea2c743d5 * Initial active version of 12 years ago
freebsd d033a0b1da * forgot unit matrix. 12 years ago
gba dea2c743d5 * Initial active version of 12 years ago
go32v2 02dd7f21f5 * go32v2 makefile still contained a variants unit 12 years ago
haiku dea2c743d5 * Initial active version of 12 years ago
i386 4eb9043ac7 * x87 optimized version of math.log2() for i8086, i386 and x86_64 12 years ago
i8086 a71debb762 + added 32x32 to 64-bit multiplication helper for i8086 by Max Nazhalov 12 years ago
inc 5761e944ba Fix m68k linux rtl compilation 12 years ago
java dea2c743d5 * Initial active version of 12 years ago
jvm bf59a848b4 * fixed compilation of genmath.inc for the JVM target. In the future, please 12 years ago
linux dea2c743d5 * Initial active version of 12 years ago
m68k e27db65085 really fixed FillChar and fixed FillWord. fixes 8 tests. 12 years ago
macos 14a34239cc rtl: add cp856 to makefiles 12 years ago
mips 1be7ec1dcd * MIPS setjmp/longjmp: save/restore nonvolatile FPU registers and FPU control word. 12 years ago
mipsel edd59a4eb5 Add missing i after dollar for include directive 12 years ago
morphos dea2c743d5 * Initial active version of 12 years ago
msdos dea2c743d5 * Initial active version of 12 years ago
nativent dea2c743d5 * Initial active version of 12 years ago
nds dea2c743d5 * Initial active version of 12 years ago
netbsd dea2c743d5 * Initial active version of 12 years ago
netware dea2c743d5 * Initial active version of 12 years ago
netwlibc dea2c743d5 * Initial active version of 12 years ago
objpas dea2c743d5 * Initial active version of 12 years ago
openbsd dea2c743d5 * Initial active version of 12 years ago
os2 dea2c743d5 * Initial active version of 12 years ago
palmos 14a34239cc rtl: add cp856 to makefiles 12 years ago
powerpc 8469741700 + Added additional addr pointer parameter to 13 years ago
powerpc64 8469741700 + Added additional addr pointer parameter to 13 years ago
qnx dea2c743d5 * Initial active version of 12 years ago
solaris dea2c743d5 * Initial active version of 12 years ago
sparc 1ea8a397e5 * use membar only for sparcv9(+) 13 years ago
symbian dea2c743d5 * Initial active version of 12 years ago
ucmaps e2e4634295 - remove maps with unclear header 13 years ago
unix dea2c743d5 * Initial active version of 12 years ago
watcom dea2c743d5 * Initial active version of 12 years ago
wii dea2c743d5 * Initial active version of 12 years ago
win dea2c743d5 * Initial active version of 12 years ago
win32 dea2c743d5 * Initial active version of 12 years ago
win64 4ae02355e7 * also remove objects. 12 years ago
wince dea2c743d5 * Initial active version of 12 years ago
x86_64 4eb9043ac7 * x87 optimized version of math.log2() for i8086, i386 and x86_64 12 years ago
COPYING.FPC 8117e33c2a + Made license more clear, upgraded to LGPL 2.1 21 years ago
COPYING.txt 81597bf171 * updated address of FSF (mantis #24646, patch by Alexey Svistunov) 12 years ago
Makefile a001e12d04 * rtl-console initial version. 12 years ago
Makefile.fpc 0e41df598e * merge i8086 branch by Nikolay Nikolov 13 years ago
README.txt 4bf254bc32 * added .txt extensions to all README, TODO and COPYING files 17 years ago
fpmake.inc 935a030dca rtl: enable character unit compilation for win32 14 years ago
fpmake.pp 0914bb7944 - Removed empty include file wustrings.inc 12 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.