Jonas Maebe 5564d14bd2 * sysctl depends on unixtype 19 лет назад
..
amiga 3a46ab06a3 * symbian support 19 лет назад
arm 1ab81c7eb6 * fixed fpa flag setting 19 лет назад
atari f29fde8978 * CheckInitialStkLen and/or StackLength initialization added to previously omitted targets 20 лет назад
beos 3a46ab06a3 * symbian support 19 лет назад
bsd 31fa4e78c9 * call libc's exit instead of _exit when doing a halt, so the 19 лет назад
darwin 5564d14bd2 * sysctl depends on unixtype 19 лет назад
embedded 3a46ab06a3 * symbian support 19 лет назад
emx 3a46ab06a3 * symbian support 19 лет назад
freebsd 3a46ab06a3 * symbian support 19 лет назад
gba 3a46ab06a3 * symbian support 19 лет назад
go32v2 3a46ab06a3 * symbian support 19 лет назад
i386 685844b61c * set SSE CSR if sse is supported by the CPU 19 лет назад
inc 2579cd139f + support for sets with size 1 and 2 19 лет назад
linux 704f8dae14 * fixed rtl compilation with -dFPC_USE_LIBC by providing a more generic fpprctl() call (including libc variant) and moving related constants slightly 19 лет назад
m68k d127e002d8 * use default helpers for now 19 лет назад
macos 3a46ab06a3 * symbian support 19 лет назад
morphos 0c03baa24c + few experiments, still a huge mess 19 лет назад
nds 3a46ab06a3 * symbian support 19 лет назад
netbsd 3a46ab06a3 * symbian support 19 лет назад
netware 3a46ab06a3 * symbian support 19 лет назад
netwlibc 3a46ab06a3 * symbian support 19 лет назад
objpas 0e1c9c901d + cot, sec, csc, secant, cosecant (mantis #8142) 19 лет назад
openbsd 3a46ab06a3 * symbian support 19 лет назад
os2 3a46ab06a3 * symbian support 19 лет назад
palmos 3a46ab06a3 * symbian support 19 лет назад
powerpc fc027d16c5 * syntax error in last commit fixed 19 лет назад
powerpc64 2f0ce31751 * string concat changed from function to procedure to 19 лет назад
solaris 3a46ab06a3 * symbian support 19 лет назад
sparc 800742939b + sparc InterlockedCompareExchange 19 лет назад
symbian 8db1abd729 * dummy symbian rtl to get fpcmake working 19 лет назад
ucmaps a78efe6cb9 + initial revision of unicode conversion files 25 лет назад
unix 704f8dae14 * fixed rtl compilation with -dFPC_USE_LIBC by providing a more generic fpprctl() call (including libc variant) and moving related constants slightly 19 лет назад
watcom 3a46ab06a3 * symbian support 19 лет назад
win 83820db27e * fix for tiorte.pp on WM5. 19 лет назад
win32 3a46ab06a3 * symbian support 19 лет назад
win64 3a46ab06a3 * symbian support 19 лет назад
wince c70cd739cb * Added CommandBands and CommandBar wince APIs. 19 лет назад
x86_64 b3137786e2 * forgotten commit 19 лет назад
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 3a46ab06a3 * symbian support 19 лет назад
Makefile.fpc 3a46ab06a3 * symbian support 19 лет назад
README 57f0c736a6 * updated variables 24 лет назад
fpmake.inc 92538bcb2a Fixed lineinfo compilation with -gl 19 лет назад
fpmake.pp 03f441c966 + Initial check-in 20 лет назад

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.