fpc/rtl
pierre 1e9677e20e ------------------------------------------------------------------------
r42061 | pierre | 2019-05-14 04:31:36 +0000 (Tue, 14 May 2019) | 1 line

 Add new files required to fix RTL compilation for macos target
------------------------------------------------------------------------
--- Merging r42061 into '.':
A    rtl/macos/classes.pp
A    rtl/macos/tthread.inc
--- Recording mergeinfo for merge of r42061 into '.':
 U   .

git-svn-id: branches/fixes_3_2@43195 -
2019-10-14 11:43:37 +00:00
..
aarch64
aix ------------------------------------------------------------------------ 2019-10-13 10:07:21 +00:00
amicommon --- Merging r41584 into '.': 2019-04-27 16:14:58 +00:00
amiga Update all Makefile's to enable x86_64-haiku target 2019-05-28 22:07:11 +00:00
android ------------------------------------------------------------------------ 2019-10-13 10:07:21 +00:00
arm
aros Update all Makefile's to enable x86_64-haiku target 2019-05-28 22:07:11 +00:00
atari Update all Makefile's to enable x86_64-haiku target 2019-05-28 22:07:11 +00:00
avr
beos ------------------------------------------------------------------------ 2019-10-13 10:07:21 +00:00
bsd # revisions: 41826,41827 2019-05-04 22:02:10 +00:00
charmaps
darwin Update all Makefile's to enable x86_64-haiku target 2019-05-28 22:07:11 +00:00
dragonfly ------------------------------------------------------------------------ 2019-10-13 10:07:21 +00:00
embedded ------------------------------------------------------------------------ 2019-10-13 10:07:21 +00:00
emx ------------------------------------------------------------------------ 2019-10-13 10:07:21 +00:00
freebsd ------------------------------------------------------------------------ 2019-10-13 10:07:21 +00:00
gba ------------------------------------------------------------------------ 2019-10-13 10:07:21 +00:00
go32v2 ------------------------------------------------------------------------ 2019-10-13 10:07:21 +00:00
haiku ------------------------------------------------------------------------ 2019-10-13 10:07:21 +00:00
i386 + added x86 (i8086, i386 and x86_64) intrinsics fpc_x86_get_cs/ss/ds/es/fs/gs 2018-07-11 14:19:40 +00:00
i8086 * updated the CSeg, DSeg and SSeg rtl functions on i8086 to use the new x86 2018-07-11 14:34:05 +00:00
inc --- Merging r42483 into '.': 2019-07-23 09:18:13 +00:00
java ------------------------------------------------------------------------ 2019-10-13 10:07:21 +00:00
jvm
linux * Merging revisions 42743,42766,42767,42768,42782 from trunk: 2019-08-27 06:57:58 +00:00
m68k
macos ------------------------------------------------------------------------ 2019-10-14 11:43:37 +00:00
mips
mipsel
morphos Update all Makefile's to enable x86_64-haiku target 2019-05-28 22:07:11 +00:00
msdos --- Merging r41636 into '.': 2019-09-03 13:30:49 +00:00
nativent Update all Makefile's to enable x86_64-haiku target 2019-05-28 22:07:11 +00:00
nds ------------------------------------------------------------------------ 2019-10-13 10:07:21 +00:00
netbsd ------------------------------------------------------------------------ 2019-10-13 10:07:21 +00:00
netware ------------------------------------------------------------------------ 2019-10-13 10:07:21 +00:00
netwlibc ------------------------------------------------------------------------ 2019-10-13 10:07:21 +00:00
objpas --- Merging r42812 into '.': 2019-09-03 14:27:17 +00:00
openbsd ------------------------------------------------------------------------ 2019-10-13 10:07:21 +00:00
os2 ------------------------------------------------------------------------ 2019-10-13 10:07:21 +00:00
palmos ------------------------------------------------------------------------ 2019-10-13 10:07:21 +00:00
powerpc
powerpc64
qnx Update all Makefile's to enable x86_64-haiku target 2019-05-28 22:07:11 +00:00
solaris ------------------------------------------------------------------------ 2019-10-13 10:07:21 +00:00
sparc
sparc64
symbian ------------------------------------------------------------------------ 2019-10-13 10:07:21 +00:00
ucmaps
unix --- Merging r43026 into '.': 2019-10-12 15:24:05 +00:00
watcom ------------------------------------------------------------------------ 2019-10-13 10:07:21 +00:00
wii ------------------------------------------------------------------------ 2019-10-13 10:07:21 +00:00
win --- Merging r42937 into '.': 2019-10-12 16:15:55 +00:00
win16 Update all Makefile's to enable x86_64-haiku target 2019-05-28 22:07:11 +00:00
win32 Update all Makefile's to enable x86_64-haiku target 2019-05-28 22:07:11 +00:00
win64 Update all Makefile's to enable x86_64-haiku target 2019-05-28 22:07:11 +00:00
wince ------------------------------------------------------------------------ 2019-10-13 10:07:21 +00:00
x86_64 + added x86 (i8086, i386 and x86_64) intrinsics fpc_x86_get_cs/ss/ds/es/fs/gs 2018-07-11 14:19:40 +00:00
COPYING.FPC
COPYING.txt
fpmake.inc
fpmake.pp more version updates 2018-08-18 15:26:38 +00:00
Makefile Update all Makefile's to enable x86_64-haiku target 2019-05-28 22:07:11 +00:00
Makefile.fpc --- Merging r40025 into '.': 2018-12-22 15:05:31 +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.