marco 03c02a17e9 * SharedSuffix 17 years ago
..
amiga b0838b13d7 * add armeb target to compiler/Makefiles 17 years ago
arm 20a12503b8 * Fixed fpc_shortstr_to_shortstr for arm. 17 years ago
atari f4f3ae84d0 * AllowDirectorySeparators and AllowDriveSeparators typed constants 17 years ago
avr c05d4912f4 + basic system unit for avr-embedded 17 years ago
beos 57087da620 * return an empty string for paramstr(value>paramcount) (already correct 17 years ago
bsd 57087da620 * return an empty string for paramstr(value>paramcount) (already correct 17 years ago
darwin b0838b13d7 * add armeb target to compiler/Makefiles 17 years ago
embedded c05d4912f4 + basic system unit for avr-embedded 17 years ago
emx b0838b13d7 * add armeb target to compiler/Makefiles 17 years ago
freebsd fce221f9b4 * Added clocale.pp from Petr Kristan 17 years ago
gba b0838b13d7 * add armeb target to compiler/Makefiles 17 years ago
go32v2 a88af10e7e + fgl and ctypes added to compilation in patch by Giulio Bernardi 17 years ago
i386 5dc6e54925 * Removed inline for procedures with assembler or formal parameters, since inline is not supported for them (compiler warns about that now). Even if there is no inline modifier in interface declaration of procedure, it is possible to specify inline in procedure implementation if needed (e.g. for generic implementations) and inlining will work for them. 17 years ago
inc 03c02a17e9 * SharedSuffix 17 years ago
linux 57087da620 * return an empty string for paramstr(value>paramcount) (already correct 17 years ago
m68k d127e002d8 * use default helpers for now 19 years ago
macos b0838b13d7 * add armeb target to compiler/Makefiles 17 years ago
morphos b0838b13d7 * add armeb target to compiler/Makefiles 17 years ago
nds b0838b13d7 * add armeb target to compiler/Makefiles 17 years ago
netbsd b0838b13d7 * add armeb target to compiler/Makefiles 17 years ago
netware b0838b13d7 * add armeb target to compiler/Makefiles 17 years ago
netwlibc b0838b13d7 * add armeb target to compiler/Makefiles 17 years ago
objpas 2109a8b611 * Make sure fpdoc can parse through classes 17 years ago
openbsd 174de3eab1 Merged revisions 9693-10480 via svnmerge from 17 years ago
os2 ed914574e2 * (slightly modified) patch by Laaca originally for GO32v2 - avoid disappearing mouse cursor in full screen sessions 17 years ago
palmos b0838b13d7 * add armeb target to compiler/Makefiles 17 years ago
powerpc 83b7f81f81 + add no-fpu support to compiler/rtl for powerpc-linux (-Cfnone) 17 years ago
powerpc64 2a479654f1 * remove asm for simple math functions so the generic inlined function is 17 years ago
solaris 57087da620 * return an empty string for paramstr(value>paramcount) (already correct 17 years ago
sparc 7da7364ee7 * refactored SysResetFPU into SysInitFPU and SysResetFPU 18 years ago
symbian b0838b13d7 * add armeb target to compiler/Makefiles 17 years ago
ucmaps a78efe6cb9 + initial revision of unicode conversion files 25 years ago
unix 619ccffac0 * fix currency copy with extra safety on *BSD, fixed ampm 17 years ago
watcom f4f3ae84d0 * AllowDirectorySeparators and AllowDriveSeparators typed constants 17 years ago
win fa6c504041 + variant functions of oleaut32.dll added 17 years ago
win32 b0838b13d7 * add armeb target to compiler/Makefiles 17 years ago
win64 b0838b13d7 * add armeb target to compiler/Makefiles 17 years ago
wince 10a286532f * Fixed Wide<->Ansi conversion for wince. 17 years ago
x86_64 032352d98b + darwin/x86_64 support 18 years ago
COPYING 8117e33c2a + Made license more clear, upgraded to LGPL 2.1 21 years ago
COPYING.FPC 8117e33c2a + Made license more clear, upgraded to LGPL 2.1 21 years ago
Makefile b0838b13d7 * add armeb target to compiler/Makefiles 17 years ago
Makefile.fpc 9adb91a68d + support for make -jX by marking all Makefiles that need to be executed 18 years ago
README 57f0c736a6 * updated variables 24 years ago
fpmake.inc 4c54059cd7 * start of conversion to fpmake 17 years ago
fpmake.pp ac84523db3 * include fix fixes 17 years ago

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.