yury fccd5e534d Merged revision(s) 31682, 31703-31704, 31719, 31761-31762, 32008, 32021-32024, 32033, 32035 from trunk (Android PIC support): 9 éve
..
aix fe1c92d47d --- Merging r33262 into '.': 9 éve
amicommon 9b35c793aa --- Merging r31008 into '.': 10 éve
amiga 545619758f * Re-generated Makefile's 9 éve
android fccd5e534d Merged revision(s) 31682, 31703-31704, 31719, 31761-31762, 32008, 32021-32024, 32033, 32035 from trunk (Android PIC support): 9 éve
arm fccd5e534d Merged revision(s) 31682, 31703-31704, 31719, 31761-31762, 32008, 32021-32024, 32033, 32035 from trunk (Android PIC support): 9 éve
aros 545619758f * Re-generated Makefile's 9 éve
atari 545619758f * Re-generated Makefile's 9 éve
avr 98606eea15 Fixed some bugs in the AVR RTL code. 11 éve
beos 545619758f * Re-generated Makefile's 9 éve
bsd fe1c92d47d --- Merging r33262 into '.': 9 éve
charmaps c465d3d64a * moving 4 cp9* units. These are 16-bit and big. 11 éve
darwin 545619758f * Re-generated Makefile's 9 éve
dragonfly 545619758f * Re-generated Makefile's 9 éve
embedded 6eac008a4e * reversed patch to wrong branch. 9 éve
emx 545619758f * Re-generated Makefile's 9 éve
freebsd 545619758f * Re-generated Makefile's 9 éve
gba 545619758f * Re-generated Makefile's 9 éve
go32v2 545619758f * Re-generated Makefile's 9 éve
haiku fe1c92d47d --- Merging r33262 into '.': 9 éve
i386 8c68be3e0d --- Merging r33131 into '.': 9 éve
i8086 9a72100405 - removed obsolete and commented out variable 10 éve
inc ff73367b4c --- Merging r33063 into '.': 9 éve
java 545619758f * Re-generated Makefile's 9 éve
jvm c7b40a6436 --- Merging r31191 into '.': 9 éve
linux fccd5e534d Merged revision(s) 31682, 31703-31704, 31719, 31761-31762, 32008, 32021-32024, 32033, 32035 from trunk (Android PIC support): 9 éve
m68k c07dbaddf1 --- Merging r30842 into '.': 10 éve
macos 545619758f * Re-generated Makefile's 9 éve
mips b588b3143a + MIPS: Assembler implementation of FillChar 11 éve
mipsel 0255eb880e - Removed mathuh.inc files which are identical for all targets (except m68k, see below), their contents moved into math.pp. 11 éve
morphos 545619758f * Re-generated Makefile's 9 éve
msdos 545619758f * Re-generated Makefile's 9 éve
nativent 545619758f * Re-generated Makefile's 9 éve
nds 545619758f * Re-generated Makefile's 9 éve
netbsd 545619758f * Re-generated Makefile's 9 éve
netware 545619758f * Re-generated Makefile's 9 éve
netwlibc 545619758f * Re-generated Makefile's 9 éve
objpas c301430a96 --- Merging r31299 into '.': 9 éve
openbsd 545619758f * Re-generated Makefile's 9 éve
os2 6543ae75c9 --- Merging r32019 into '.': 9 éve
palmos 545619758f * Re-generated Makefile's 9 éve
powerpc 240dbbe733 --- Merging r31132 into '.': 10 éve
powerpc64 a8bc2085e8 - Delete strpas.inc files, no longer used, their contents has been merged into corresponding $(CPU).inc. 11 éve
qnx 545619758f * Re-generated Makefile's 9 éve
solaris fe1c92d47d --- Merging r33262 into '.': 9 éve
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 éve
symbian 545619758f * Re-generated Makefile's 9 éve
ucmaps 15c3cb35df --- Merging r29430 into '.': 10 éve
unix c7b40a6436 --- Merging r31191 into '.': 9 éve
watcom 545619758f * Re-generated Makefile's 9 éve
wii 545619758f * Re-generated Makefile's 9 éve
win 929573ae72 --- Merging r32946 into '.': 9 éve
win32 545619758f * Re-generated Makefile's 9 éve
win64 b0ce5316c1 * merge r33419. 9 éve
wince 545619758f * Re-generated Makefile's 9 éve
x86_64 8c68be3e0d --- Merging r33131 into '.': 9 éve
COPYING.FPC 8117e33c2a + Made license more clear, upgraded to LGPL 2.1 20 éve
COPYING.txt 81597bf171 * updated address of FSF (mantis #24646, patch by Alexey Svistunov) 12 éve
Makefile 545619758f * Re-generated Makefile's 9 éve
Makefile.fpc 826f66757a --- Merging r29422 through r29424 into '.': 10 éve
README.txt 4bf254bc32 * added .txt extensions to all README, TODO and COPYING files 16 éve
fpmake.inc 2578514853 * first dragonfly patch (existing most). Mantis #27091 10 éve
fpmake.pp 9a0f43104c * makefile regen and version updates. 10 éve

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.