fpc/rtl
2017-08-31 19:23:12 +00:00
..
aarch64
aix regenerated Makefiles for m68k-macos target 2017-08-22 11:16:42 +00:00
amicommon Amicommon: implemented BasicEvents in AThreads 2017-08-14 19:52:16 +00:00
amiga regenerated Makefiles for m68k-macos target 2017-08-22 11:16:42 +00:00
android regenerated Makefiles for m68k-macos target 2017-08-22 11:16:42 +00:00
arm
aros regenerated Makefiles for m68k-macos target 2017-08-22 11:16:42 +00:00
atari regenerated Makefiles for m68k-macos target 2017-08-22 11:16:42 +00:00
avr
beos regenerated Makefiles for m68k-macos target 2017-08-22 11:16:42 +00:00
bsd netbsd/m68k: a fuggly fix for FpLseek, so the compiler works natively at least 2017-07-27 19:02:40 +00:00
charmaps
darwin regenerated Makefiles for m68k-macos target 2017-08-22 11:16:42 +00:00
dragonfly regenerated Makefiles for m68k-macos target 2017-08-22 11:16:42 +00:00
embedded regenerated Makefiles for m68k-macos target 2017-08-22 11:16:42 +00:00
emx regenerated Makefiles for m68k-macos target 2017-08-22 11:16:42 +00:00
freebsd regenerated Makefiles for m68k-macos target 2017-08-22 11:16:42 +00:00
gba regenerated Makefiles for m68k-macos target 2017-08-22 11:16:42 +00:00
go32v2 regenerated Makefiles for m68k-macos target 2017-08-22 11:16:42 +00:00
haiku regenerated Makefiles for m68k-macos target 2017-08-22 11:16:42 +00:00
i386 Also use .byte version of emms instruction 2017-08-21 13:47:47 +00:00
i8086
inc * fix DynArrayIndex(): as the last typeinfo entry is no longer a dynamic array the elSize needs to be remembered 2017-08-20 15:15:25 +00:00
java regenerated Makefiles for m68k-macos target 2017-08-22 11:16:42 +00:00
jvm
linux * TIOCtlRequest is 64 bit on sparc64 2017-08-20 15:21:50 +00:00
m68k m68k: try to restore compilability with a 3.0 compiler 2017-08-22 09:05:20 +00:00
macos regenerated Makefiles for m68k-macos target 2017-08-22 11:16:42 +00:00
mips
mipsel
morphos regenerated Makefiles for m68k-macos target 2017-08-22 11:16:42 +00:00
msdos regenerated Makefiles for m68k-macos target 2017-08-22 11:16:42 +00:00
nativent regenerated Makefiles for m68k-macos target 2017-08-22 11:16:42 +00:00
nds regenerated Makefiles for m68k-macos target 2017-08-22 11:16:42 +00:00
netbsd Add missing .comm for environ and operatingsystem_parameter_{envp|argc|argv} 2017-08-23 11:16:19 +00:00
netware regenerated Makefiles for m68k-macos target 2017-08-22 11:16:42 +00:00
netwlibc regenerated Makefiles for m68k-macos target 2017-08-22 11:16:42 +00:00
objpas + also write the set's size to the RTTI as that simplifies handling in Invoke() 2017-08-31 19:23:12 +00:00
openbsd regenerated Makefiles for m68k-macos target 2017-08-22 11:16:42 +00:00
os2 regenerated Makefiles for m68k-macos target 2017-08-22 11:16:42 +00:00
palmos regenerated Makefiles for m68k-macos target 2017-08-22 11:16:42 +00:00
powerpc
powerpc64
qnx
solaris regenerated Makefiles for m68k-macos target 2017-08-22 11:16:42 +00:00
sparc
sparc64
symbian regenerated Makefiles for m68k-macos target 2017-08-22 11:16:42 +00:00
ucmaps
unix * change external name of wait to wait instead of waitpid. Reported 2017-08-08 10:56:54 +00:00
watcom Define conditional FASTMOVE_DISABLE_SSE3 to discard SSE specific code, needed for Watcom Assembler support 2017-08-04 20:53:09 +00:00
wii regenerated Makefiles for m68k-macos target 2017-08-22 11:16:42 +00:00
win
win16 regenerated Makefiles for m68k-macos target 2017-08-22 11:16:42 +00:00
win32 regenerated Makefiles for m68k-macos target 2017-08-22 11:16:42 +00:00
win64 regenerated Makefiles for m68k-macos target 2017-08-22 11:16:42 +00:00
wince regenerated Makefiles for m68k-macos target 2017-08-22 11:16:42 +00:00
x86_64
COPYING.FPC
COPYING.txt
fpmake.inc
fpmake.pp
Makefile regenerated Makefiles for m68k-macos target 2017-08-22 11:16:42 +00:00
Makefile.fpc
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).

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.