Jonas Maebe af44dfc40b o BeOS fixes from Olivier Coursière: пре 18 година
..
amiga b0838b13d7 * add armeb target to compiler/Makefiles пре 18 година
arm 3dc94e678d * Fixed fpc_shortstr_assign for arm. пре 18 година
atari f4f3ae84d0 * AllowDirectorySeparators and AllowDriveSeparators typed constants пре 18 година
avr c05d4912f4 + basic system unit for avr-embedded пре 18 година
beos af44dfc40b o BeOS fixes from Olivier Coursière: пре 18 година
bsd 36b557b142 * quick test successful -> commit пре 18 година
darwin b0838b13d7 * add armeb target to compiler/Makefiles пре 18 година
embedded c05d4912f4 + basic system unit for avr-embedded пре 18 година
emx b0838b13d7 * add armeb target to compiler/Makefiles пре 18 година
freebsd fce221f9b4 * Added clocale.pp from Petr Kristan пре 18 година
gba b0838b13d7 * add armeb target to compiler/Makefiles пре 18 година
go32v2 a71092edb0 * (slightly modified) patch by Laaca - avoid disappearing mouse cursor пре 18 година
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. пре 18 година
inc 62e616cae0 * Fixed warnings. rtl is warnings and notes free for wince and win32 again. пре 18 година
linux fce221f9b4 * Added clocale.pp from Petr Kristan пре 18 година
m68k d127e002d8 * use default helpers for now пре 19 година
macos b0838b13d7 * add armeb target to compiler/Makefiles пре 18 година
morphos b0838b13d7 * add armeb target to compiler/Makefiles пре 18 година
nds b0838b13d7 * add armeb target to compiler/Makefiles пре 18 година
netbsd b0838b13d7 * add armeb target to compiler/Makefiles пре 18 година
netware b0838b13d7 * add armeb target to compiler/Makefiles пре 18 година
netwlibc b0838b13d7 * add armeb target to compiler/Makefiles пре 18 година
objpas 6650d151f6 * Fixed (hopefully) childpos writing пре 18 година
openbsd 174de3eab1 Merged revisions 9693-10480 via svnmerge from пре 18 година
os2 ed914574e2 * (slightly modified) patch by Laaca originally for GO32v2 - avoid disappearing mouse cursor in full screen sessions пре 18 година
palmos b0838b13d7 * add armeb target to compiler/Makefiles пре 18 година
powerpc 83b7f81f81 + add no-fpu support to compiler/rtl for powerpc-linux (-Cfnone) пре 18 година
powerpc64 2a479654f1 * remove asm for simple math functions so the generic inlined function is пре 18 година
solaris b0838b13d7 * add armeb target to compiler/Makefiles пре 18 година
sparc 7da7364ee7 * refactored SysResetFPU into SysInitFPU and SysResetFPU пре 18 година
symbian b0838b13d7 * add armeb target to compiler/Makefiles пре 18 година
ucmaps a78efe6cb9 + initial revision of unicode conversion files пре 25 година
unix 36b557b142 * quick test successful -> commit пре 18 година
watcom f4f3ae84d0 * AllowDirectorySeparators and AllowDriveSeparators typed constants пре 18 година
win 62e616cae0 * Fixed warnings. rtl is warnings and notes free for wince and win32 again. пре 18 година
win32 b0838b13d7 * add armeb target to compiler/Makefiles пре 18 година
win64 b0838b13d7 * add armeb target to compiler/Makefiles пре 18 година
wince 62e616cae0 * Fixed warnings. rtl is warnings and notes free for wince and win32 again. пре 18 година
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 b0838b13d7 * add armeb target to compiler/Makefiles пре 18 година
Makefile.fpc 9adb91a68d + support for make -jX by marking all Makefiles that need to be executed пре 19 година
README 57f0c736a6 * updated variables пре 25 година
fpmake.inc 4c54059cd7 * start of conversion to fpmake пре 18 година
fpmake.pp ac84523db3 * include fix fixes пре 18 година

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.