fpc/rtl
nickysn 8f376d1be9 + added WASI to the main RTL makefile
git-svn-id: branches/wasm@47993 -
2021-01-02 22:58:19 +00:00
..
aarch64 * for Aarch64 inline assembly comments need to start with // 2020-10-18 08:52:41 +00:00
aix * regenerated makefiles 2021-01-02 22:25:27 +00:00
amicommon * TThread.Terminate does not have any platform specific behavior (it should only set FTerminated to true and call TerminatedSet), thus move it to the platform independant part 2020-08-22 15:56:13 +00:00
amiga * regenerated makefiles 2021-01-02 22:25:27 +00:00
android * regenerated makefiles 2021-01-02 22:25:27 +00:00
arm * readd SmallInt typecasts to SmallInt overload of SwapEndian 2020-09-19 17:42:04 +00:00
aros * regenerated makefiles 2021-01-02 22:25:27 +00:00
atari * regenerated makefiles 2021-01-02 22:25:27 +00:00
avr * inlinable frame handling dummies for avr 2020-09-30 21:18:33 +00:00
beos * regenerated makefiles 2021-01-02 22:25:27 +00:00
bsd * revert r47598: implement TRandomGenerator 2020-11-27 04:53:06 +00:00
charmaps
darwin * regenerated makefiles 2021-01-02 22:25:27 +00:00
dragonfly * regenerated makefiles 2021-01-02 22:25:27 +00:00
embedded * regenerated makefiles 2021-01-02 22:25:27 +00:00
emx * regenerated makefiles 2021-01-02 22:25:27 +00:00
freebsd * regenerated makefiles 2021-01-02 22:25:27 +00:00
freertos * regenerated makefiles 2021-01-02 22:25:27 +00:00
gba * regenerated makefiles 2021-01-02 22:25:27 +00:00
go32v2 * regenerated makefiles 2021-01-02 22:25:27 +00:00
haiku * regenerated makefiles 2021-01-02 22:25:27 +00:00
i386 * while not official supported, bootstrapping with 3.0.4 fixed 2020-12-30 09:34:22 +00:00
i8086 * Optimized Handle_I8086_Error by using smaller int types. 2020-08-08 19:23:52 +00:00
inc * synchronized with trunk 2021-01-02 22:06:17 +00:00
java * regenerated makefiles 2021-01-02 22:25:27 +00:00
jvm
linux * regenerated makefiles 2021-01-02 22:25:27 +00:00
m68k
macos * regenerated makefiles 2021-01-02 22:25:27 +00:00
mips
mipsel
morphos * regenerated makefiles 2021-01-02 22:25:27 +00:00
msdos * regenerated makefiles 2021-01-02 22:25:27 +00:00
msxdos * regenerated makefiles 2021-01-02 22:25:27 +00:00
nativent * regenerated makefiles 2021-01-02 22:25:27 +00:00
nds * regenerated makefiles 2021-01-02 22:25:27 +00:00
netbsd * regenerated makefiles 2021-01-02 22:25:27 +00:00
netware * regenerated makefiles 2021-01-02 22:25:27 +00:00
netwlibc * regenerated makefiles 2021-01-02 22:25:27 +00:00
objpas dati.inc: tabs 2 spaces and whitespaces formatting fix. no functional changes 2020-12-18 11:55:21 +00:00
openbsd * regenerated makefiles 2021-01-02 22:25:27 +00:00
os2 * regenerated makefiles 2021-01-02 22:25:27 +00:00
palmos * regenerated makefiles 2021-01-02 22:25:27 +00:00
powerpc
powerpc64
qnx * regenerated makefiles 2021-01-02 22:25:27 +00:00
riscv32
riscv64
sinclairql * revert r47598: implement TRandomGenerator 2020-11-27 04:53:06 +00:00
solaris * regenerated makefiles 2021-01-02 22:25:27 +00:00
sparc
sparc64
symbian * regenerated makefiles 2021-01-02 22:25:27 +00:00
ucmaps
unix * cwstring: open iconv with the transliterate flag if iconvctl is not available 2020-11-29 17:09:19 +00:00
wasi + added WASI RTL makefile 2021-01-02 22:56:43 +00:00
wasm32 + added makefile.cpu for wasm32 2021-01-02 22:27:30 +00:00
watcom * regenerated makefiles 2021-01-02 22:25:27 +00:00
wii * regenerated makefiles 2021-01-02 22:25:27 +00:00
win win rtl: load GetTimeZoneInformationForYear dynamically. Issue #38192 2020-12-19 11:57:58 +00:00
win16 * regenerated makefiles 2021-01-02 22:25:27 +00:00
win32 * regenerated makefiles 2021-01-02 22:25:27 +00:00
win64 * regenerated makefiles 2021-01-02 22:25:27 +00:00
wince * regenerated makefiles 2021-01-02 22:25:27 +00:00
x86_64 + RTMSupport function 2020-12-22 22:00:08 +00:00
xtensa Fix problems in xtensa fpc_setjmp/fpc_longjmp for linux 2020-09-23 12:07:06 +00:00
z80
zxspectrum * regenerated makefiles 2021-01-02 22:25:27 +00:00
COPYING.FPC
COPYING.txt
fpmake.inc
fpmake.pp
Makefile + added WASI to the main RTL makefile 2021-01-02 22:58:19 +00:00
Makefile.fpc + added WASI to the main RTL makefile 2021-01-02 22:58:19 +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.