pierre a63fa3518f * try to correct the code for regcall convention. 18 years ago
..
amiga fa28889633 * Reverted dependency on fgl generics unit. fgl itself remains untouched. 18 years ago
arm 68a71f4ca3 * fixed SetPrecisionMode/GetPrecisionMode for wince. 18 years ago
atari f29fde8978 * CheckInitialStkLen and/or StackLength initialization added to previously omitted targets 20 years ago
beos 949aa60805 * DWARF debug lineinfo reader 18 years ago
bsd 60ba78459c * pthread_t/TThreadID is a pointer on all BSDs/Darwin 19 years ago
darwin 0c3afc0cf4 + implementation of cSemaphore* and BasicRTLEvent based on 18 years ago
embedded fd2032dab2 + start of embedded rtl 18 years ago
emx 949aa60805 * DWARF debug lineinfo reader 18 years ago
freebsd 0c3afc0cf4 + implementation of cSemaphore* and BasicRTLEvent based on 18 years ago
gba fa28889633 * Reverted dependency on fgl generics unit. fgl itself remains untouched. 18 years ago
go32v2 a63fa3518f * try to correct the code for regcall convention. 18 years ago
i386 90787bb436 * disable sse/mmx fastmode code in case of valgrind usage 19 years ago
inc 984191ef0e * Also add symteminline condition. 18 years ago
linux 0c3afc0cf4 + implementation of cSemaphore* and BasicRTLEvent based on 18 years ago
m68k d127e002d8 * use default helpers for now 19 years ago
macos 949aa60805 * DWARF debug lineinfo reader 18 years ago
morphos fa28889633 * Reverted dependency on fgl generics unit. fgl itself remains untouched. 18 years ago
nds fa28889633 * Reverted dependency on fgl generics unit. fgl itself remains untouched. 18 years ago
netbsd 0c3afc0cf4 + implementation of cSemaphore* and BasicRTLEvent based on 18 years ago
netware fa28889633 * Reverted dependency on fgl generics unit. fgl itself remains untouched. 18 years ago
netwlibc 0c3afc0cf4 + implementation of cSemaphore* and BasicRTLEvent based on 18 years ago
objpas dddeb7c763 * fixed for wince. 18 years ago
openbsd 0c3afc0cf4 + implementation of cSemaphore* and BasicRTLEvent based on 18 years ago
os2 fa28889633 * Reverted dependency on fgl generics unit. fgl itself remains untouched. 18 years ago
palmos 949aa60805 * DWARF debug lineinfo reader 18 years ago
powerpc 2f0ce31751 * string concat changed from function to procedure to 19 years ago
powerpc64 2f0ce31751 * string concat changed from function to procedure to 19 years ago
solaris a209d713dd + added missing ESysENOSYS 18 years ago
sparc 800742939b + sparc InterlockedCompareExchange 19 years ago
ucmaps a78efe6cb9 + initial revision of unicode conversion files 25 years ago
unix 652d331922 * fixed 64 bit compilation 18 years ago
watcom fa28889633 * Reverted dependency on fgl generics unit. fgl itself remains untouched. 18 years ago
win acbc7aa882 * fix a typo in previous commit 18 years ago
win32 fa28889633 * Reverted dependency on fgl generics unit. fgl itself remains untouched. 18 years ago
win64 fa28889633 * Reverted dependency on fgl generics unit. fgl itself remains untouched. 18 years ago
wince fa28889633 * Reverted dependency on fgl generics unit. fgl itself remains untouched. 18 years ago
x86_64 5acc8b44a8 * activated internal get_frame for x86 19 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 ea2beb3e8f * fix classes units of all targets to depend on fgl, also fix dependencies in Makefile.fpc for it 18 years ago
Makefile.fpc 9e6d19a494 * rtl part of first Nintendo DS port 18 years ago
README 57f0c736a6 * updated variables 24 years ago
fpmake.inc 949aa60805 * DWARF debug lineinfo reader 18 years ago
fpmake.pp 03f441c966 + Initial check-in 20 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.