2
0
Legolas f262aff7ef * ARM9 detection routine does not generate errors anymore 17 жил өмнө
..
amiga c97d448248 + added baseunix dependency for fpextres to darwin Makefile.fpc 17 жил өмнө
arm 4a7f6bccf9 * fix arm edsp test to load from aligned address 17 жил өмнө
atari f4f3ae84d0 * AllowDirectorySeparators and AllowDriveSeparators typed constants 17 жил өмнө
avr c05d4912f4 + basic system unit for avr-embedded 17 жил өмнө
beos c97d448248 + added baseunix dependency for fpextres to darwin Makefile.fpc 17 жил өмнө
bsd 5acb3649df * revert r9557, the performance impact is to big for an academic corner 17 жил өмнө
darwin c97d448248 + added baseunix dependency for fpextres to darwin Makefile.fpc 17 жил өмнө
embedded c05d4912f4 + basic system unit for avr-embedded 17 жил өмнө
emx c97d448248 + added baseunix dependency for fpextres to darwin Makefile.fpc 17 жил өмнө
freebsd c97d448248 + added baseunix dependency for fpextres to darwin Makefile.fpc 17 жил өмнө
gba c97d448248 + added baseunix dependency for fpextres to darwin Makefile.fpc 17 жил өмнө
go32v2 c97d448248 + added baseunix dependency for fpextres to darwin Makefile.fpc 17 жил өмнө
i386 c35e0bf712 - removed fclex at the end of fpc_exp_real because it makes that routine 10+ 17 жил өмнө
inc dd38ec2d36 * Revert r10501, CompareWideString should remain a dummy 17 жил өмнө
linux 3eec0569be * fixed shared library initialisation for FPC-compiled libraries 17 жил өмнө
m68k d127e002d8 * use default helpers for now 19 жил өмнө
macos c97d448248 + added baseunix dependency for fpextres to darwin Makefile.fpc 17 жил өмнө
morphos c97d448248 + added baseunix dependency for fpextres to darwin Makefile.fpc 17 жил өмнө
nds f262aff7ef * ARM9 detection routine does not generate errors anymore 17 жил өмнө
netbsd c97d448248 + added baseunix dependency for fpextres to darwin Makefile.fpc 17 жил өмнө
netware c97d448248 + added baseunix dependency for fpextres to darwin Makefile.fpc 17 жил өмнө
netwlibc c97d448248 + added baseunix dependency for fpextres to darwin Makefile.fpc 17 жил өмнө
objpas 623e0f0cf5 * Fixed bug in decodesoundexint 17 жил өмнө
openbsd 174de3eab1 Merged revisions 9693-10480 via svnmerge from 17 жил өмнө
os2 c97d448248 + added baseunix dependency for fpextres to darwin Makefile.fpc 17 жил өмнө
palmos c97d448248 + added baseunix dependency for fpextres to darwin Makefile.fpc 17 жил өмнө
powerpc 83b7f81f81 + add no-fpu support to compiler/rtl for powerpc-linux (-Cfnone) 17 жил өмнө
powerpc64 2a479654f1 * remove asm for simple math functions so the generic inlined function is 17 жил өмнө
solaris c97d448248 + added baseunix dependency for fpextres to darwin Makefile.fpc 17 жил өмнө
sparc 7da7364ee7 * refactored SysResetFPU into SysInitFPU and SysResetFPU 18 жил өмнө
symbian c97d448248 + added baseunix dependency for fpextres to darwin Makefile.fpc 17 жил өмнө
ucmaps a78efe6cb9 + initial revision of unicode conversion files 25 жил өмнө
unix 83b7f81f81 + add no-fpu support to compiler/rtl for powerpc-linux (-Cfnone) 17 жил өмнө
watcom f4f3ae84d0 * AllowDirectorySeparators and AllowDriveSeparators typed constants 17 жил өмнө
win 174de3eab1 Merged revisions 9693-10480 via svnmerge from 17 жил өмнө
win32 c97d448248 + added baseunix dependency for fpextres to darwin Makefile.fpc 17 жил өмнө
win64 c97d448248 + added baseunix dependency for fpextres to darwin Makefile.fpc 17 жил өмнө
wince c97d448248 + added baseunix dependency for fpextres to darwin Makefile.fpc 17 жил өмнө
x86_64 032352d98b + darwin/x86_64 support 18 жил өмнө
COPYING 8117e33c2a + Made license more clear, upgraded to LGPL 2.1 21 жил өмнө
COPYING.FPC 8117e33c2a + Made license more clear, upgraded to LGPL 2.1 21 жил өмнө
Makefile c97d448248 + added baseunix dependency for fpextres to darwin Makefile.fpc 17 жил өмнө
Makefile.fpc 9adb91a68d + support for make -jX by marking all Makefiles that need to be executed 18 жил өмнө
README 57f0c736a6 * updated variables 24 жил өмнө
fpmake.inc 4c54059cd7 * start of conversion to fpmake 17 жил өмнө
fpmake.pp 60241db077 * extensions for ctypes, cwstring 17 жил өмнө

README

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.