fpc/rtl
pierre 59379ab02b Add softfpu feature for z80 cpu
git-svn-id: trunk@45747 -
2020-07-09 09:54:46 +00:00
..
aarch64
aix * regenerate Makefiles 2020-06-06 17:18:48 +00:00
amicommon * fix for Mantis #36940: apply (adjusted) patch by Bi0T1N to add functionality to the thread manager to set a thread's debug name (if supported by the platform) 2020-04-28 19:58:20 +00:00
amiga amiga-likes: add headers for timer.device/GetSysTime() 2020-06-28 22:23:36 +00:00
android * regenerate Makefiles 2020-06-06 17:18:48 +00:00
arm
aros amiga-likes: add headers for timer.device/GetSysTime() 2020-06-28 22:23:36 +00:00
atari * regenerate Makefiles 2020-06-06 17:18:48 +00:00
avr
beos * regenerate Makefiles 2020-06-06 17:18:48 +00:00
bsd
charmaps
darwin * regenerate Makefiles 2020-06-06 17:18:48 +00:00
dragonfly * regenerate Makefiles 2020-06-06 17:18:48 +00:00
embedded Add softfpu feature for z80 cpu 2020-07-09 09:54:46 +00:00
emx * regenerate Makefiles 2020-06-06 17:18:48 +00:00
freebsd * regenerate Makefiles 2020-06-06 17:18:48 +00:00
freertos + Xtensa: patch by Christo Crause: support subarch lx106 in freertos Makefile, part of #37242 2020-06-24 20:30:28 +00:00
gba * regenerate Makefiles 2020-06-06 17:18:48 +00:00
go32v2 * regenerate Makefiles 2020-06-06 17:18:48 +00:00
haiku * regenerate Makefiles 2020-06-06 17:18:48 +00:00
i386
i8086
inc Make sure that we do not read passed the end of OPTSTRING variable 2020-07-06 20:56:14 +00:00
java * regenerate Makefiles 2020-06-06 17:18:48 +00:00
jvm
linux * fix O_LARGEFILE for Aarch64, RISC-V 32-bit and RISC-V 64-bit 2020-06-07 19:09:08 +00:00
m68k
macos * regenerate Makefiles 2020-06-06 17:18:48 +00:00
mips
mipsel
morphos * regenerate Makefiles 2020-06-06 17:18:48 +00:00
msdos * regenerate Makefiles 2020-06-06 17:18:48 +00:00
msxdos * ensure that the BSS section for MSX-DOS is correctly initialized to 0 2020-06-13 09:36:18 +00:00
nativent * regenerate Makefiles 2020-06-06 17:18:48 +00:00
nds * regenerate Makefiles 2020-06-06 17:18:48 +00:00
netbsd * regenerate Makefiles 2020-06-06 17:18:48 +00:00
netware * regenerate Makefiles 2020-06-06 17:18:48 +00:00
netwlibc * regenerate Makefiles 2020-06-06 17:18:48 +00:00
objpas * fix comment: define is called HAS_OSCONFIG, not HAVE_OSCONFIG 2020-05-28 14:47:35 +00:00
openbsd * regenerate Makefiles 2020-06-06 17:18:48 +00:00
os2 * regenerate Makefiles 2020-06-06 17:18:48 +00:00
palmos * regenerate Makefiles 2020-06-06 17:18:48 +00:00
powerpc
powerpc64
qnx * regenerate Makefiles 2020-06-06 17:18:48 +00:00
riscv32
riscv64
solaris * regenerate Makefiles 2020-06-06 17:18:48 +00:00
sparc
sparc64
symbian * regenerate Makefiles 2020-06-06 17:18:48 +00:00
ucmaps
unix * protect against empty strings inside the SetThreadDebugNameA and -U functions 2020-05-03 21:11:36 +00:00
watcom * regenerate Makefiles 2020-06-06 17:18:48 +00:00
wii * regenerate Makefiles 2020-06-06 17:18:48 +00:00
win * GetLoadErrorStr (currently) returns a ShortString, so avoid a useless conversion to AnsiString 2020-05-10 20:46:04 +00:00
win16 * regenerate Makefiles 2020-06-06 17:18:48 +00:00
win32 * regenerate Makefiles 2020-06-06 17:18:48 +00:00
win64 * regenerate Makefiles 2020-06-06 17:18:48 +00:00
wince * regenerate Makefiles 2020-06-06 17:18:48 +00:00
x86_64
xtensa + Xtensa: Sptr 2020-05-06 20:49:19 +00:00
z80 + add support for port object on Z80 using the new IN/OUT intrinsics 2020-06-07 12:25:10 +00:00
zxspectrum * switch to interrupt mode 2 and install a custom maskable interrupt handler in 2020-06-22 14:00:33 +00:00
COPYING.FPC
COPYING.txt
fpmake.inc
fpmake.pp - removed old float-to-string and string-to-float conversion code 2020-05-17 14:05:38 +00:00
Makefile * regenerate Makefiles 2020-06-06 17:18:48 +00:00
Makefile.fpc + add initial RTL for MSX DOS. Simple programs are already working, but there are apparantly some code generation problems that lead to I/O as well as parameters not working correctly 2020-06-06 17:16:45 +00:00
README.txt

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).

Enjoy.