joost ae5e3962ad * Updated version number to 3.0.0 há 10 anos atrás
..
aix 545619758f * Re-generated Makefile's há 10 anos atrás
amicommon 9b35c793aa --- Merging r31008 into '.': há 10 anos atrás
amiga 545619758f * Re-generated Makefile's há 10 anos atrás
android 545619758f * Re-generated Makefile's há 10 anos atrás
arm 1617b9e95b Merged revision(s) 32072, 32078 from trunk: há 10 anos atrás
aros 545619758f * Re-generated Makefile's há 10 anos atrás
atari 545619758f * Re-generated Makefile's há 10 anos atrás
avr 98606eea15 Fixed some bugs in the AVR RTL code. há 11 anos atrás
beos 545619758f * Re-generated Makefile's há 10 anos atrás
bsd 836f54acbc --- Merging r31207 into '.': há 10 anos atrás
charmaps c465d3d64a * moving 4 cp9* units. These are 16-bit and big. há 11 anos atrás
darwin 545619758f * Re-generated Makefile's há 10 anos atrás
dragonfly 545619758f * Re-generated Makefile's há 10 anos atrás
embedded 545619758f * Re-generated Makefile's há 10 anos atrás
emx 545619758f * Re-generated Makefile's há 10 anos atrás
freebsd 545619758f * Re-generated Makefile's há 10 anos atrás
gba 545619758f * Re-generated Makefile's há 10 anos atrás
go32v2 545619758f * Re-generated Makefile's há 10 anos atrás
haiku 7be59503ea --- Merging r31362 into '.': há 10 anos atrás
i386 262322903e --- Merging r30122 into '.': há 10 anos atrás
i8086 9a72100405 - removed obsolete and commented out variable há 11 anos atrás
inc aef7142f34 --- Merging r31480 into '.': há 10 anos atrás
java 545619758f * Re-generated Makefile's há 10 anos atrás
jvm 94a045aa3d * Moved declarations of TFPURoundingMode,TFPUExceptionMask and TFPUPrecisionMode to System unit. Declarations in Math unit changed to aliases. há 11 anos atrás
linux 545619758f * Re-generated Makefile's há 10 anos atrás
m68k c07dbaddf1 --- Merging r30842 into '.': há 10 anos atrás
macos 545619758f * Re-generated Makefile's há 10 anos atrás
mips b588b3143a + MIPS: Assembler implementation of FillChar há 11 anos atrás
mipsel 0255eb880e - Removed mathuh.inc files which are identical for all targets (except m68k, see below), their contents moved into math.pp. há 11 anos atrás
morphos 545619758f * Re-generated Makefile's há 10 anos atrás
msdos 545619758f * Re-generated Makefile's há 10 anos atrás
nativent 545619758f * Re-generated Makefile's há 10 anos atrás
nds 545619758f * Re-generated Makefile's há 10 anos atrás
netbsd 545619758f * Re-generated Makefile's há 10 anos atrás
netware 545619758f * Re-generated Makefile's há 10 anos atrás
netwlibc 545619758f * Re-generated Makefile's há 10 anos atrás
objpas 9c719ab1e1 --- Merging r31986 into '.': há 10 anos atrás
openbsd 545619758f * Re-generated Makefile's há 10 anos atrás
os2 6543ae75c9 --- Merging r32019 into '.': há 10 anos atrás
palmos 545619758f * Re-generated Makefile's há 10 anos atrás
powerpc 240dbbe733 --- Merging r31132 into '.': há 10 anos atrás
powerpc64 a8bc2085e8 - Delete strpas.inc files, no longer used, their contents has been merged into corresponding $(CPU).inc. há 11 anos atrás
qnx 545619758f * Re-generated Makefile's há 10 anos atrás
solaris 545619758f * Re-generated Makefile's há 10 anos atrás
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. há 11 anos atrás
symbian 545619758f * Re-generated Makefile's há 10 anos atrás
ucmaps 15c3cb35df --- Merging r29430 into '.': há 11 anos atrás
unix cfcf2f5b24 --- Merging r31333 into '.': há 10 anos atrás
watcom 545619758f * Re-generated Makefile's há 10 anos atrás
wii 545619758f * Re-generated Makefile's há 10 anos atrás
win c24ef72ed3 --- Merging r29797 into '.': há 10 anos atrás
win32 545619758f * Re-generated Makefile's há 10 anos atrás
win64 545619758f * Re-generated Makefile's há 10 anos atrás
wince 545619758f * Re-generated Makefile's há 10 anos atrás
x86_64 262322903e --- Merging r30122 into '.': há 10 anos atrás
COPYING.FPC 8117e33c2a + Made license more clear, upgraded to LGPL 2.1 há 21 anos atrás
COPYING.txt 81597bf171 * updated address of FSF (mantis #24646, patch by Alexey Svistunov) há 12 anos atrás
Makefile ae5e3962ad * Updated version number to 3.0.0 há 10 anos atrás
Makefile.fpc ae5e3962ad * Updated version number to 3.0.0 há 10 anos atrás
README.txt 4bf254bc32 * added .txt extensions to all README, TODO and COPYING files há 17 anos atrás
fpmake.inc 2578514853 * first dragonfly patch (existing most). Mantis #27091 há 11 anos atrás
fpmake.pp ae5e3962ad * Updated version number to 3.0.0 há 10 anos atrás

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.