fpc/rtl
florian 515774b864 * merged armthum branch
-- Zusammenführen der Unterschiede zwischen Projektarchiv-URLs in ».«:
U    rtl/arm/setjump.inc
A    rtl/arm/thumb2.inc
U    rtl/arm/divide.inc
A    rtl/embedded/arm/stm32f103.pp
U    rtl/inc/system.inc
U    compiler/alpha/cgcpu.pas
U    compiler/sparc/cgcpu.pas
U    compiler/i386/cgcpu.pas
U    compiler/ncgld.pas
U    compiler/powerpc/cgcpu.pas
U    compiler/avr/cgcpu.pas
U    compiler/aggas.pas
U    compiler/powerpc64/cgcpu.pas
U    compiler/x86_64/cgcpu.pas
U    compiler/cgobj.pas
U    compiler/psystem.pas
U    compiler/aasmtai.pas
U    compiler/m68k/cgcpu.pas
U    compiler/ncgutil.pas
U    compiler/rautils.pas
U    compiler/arm/raarmgas.pas
U    compiler/arm/armatts.inc
U    compiler/arm/cgcpu.pas
U    compiler/arm/armins.dat
U    compiler/arm/rgcpu.pas
U    compiler/arm/cpubase.pas
U    compiler/arm/agarmgas.pas
U    compiler/arm/cpuinfo.pas
U    compiler/arm/armop.inc
U    compiler/arm/narmadd.pas
U    compiler/arm/aoptcpu.pas
U    compiler/arm/armatt.inc
U    compiler/arm/aasmcpu.pas
U    compiler/systems/t_embed.pas
U    compiler/psub.pas
U    compiler/options.pas

git-svn-id: trunk@13801 -
2009-10-04 09:03:44 +00:00
..
amiga * regenerated using latest fpcmake 2009-08-02 18:40:14 +00:00
arm * merged armthum branch 2009-10-04 09:03:44 +00:00
atari
avr
beos * regenerated using latest fpcmake 2009-08-02 18:40:14 +00:00
bsd + Darwin-specific fcntl constants 2009-05-23 10:10:56 +00:00
darwin * regenerated using latest fpcmake 2009-08-02 18:40:14 +00:00
embedded * merged armthum branch 2009-10-04 09:03:44 +00:00
emx * regenerated using latest fpcmake 2009-08-02 18:40:14 +00:00
freebsd * regenerated using latest fpcmake 2009-08-02 18:40:14 +00:00
gba * regenerated using latest fpcmake 2009-08-02 18:40:14 +00:00
go32v2 * regenerated using latest fpcmake 2009-08-02 18:40:14 +00:00
haiku * regenerated using latest fpcmake 2009-08-02 18:40:14 +00:00
i386 * several fixes by Pierre Pede (parts of his patch to mantis #12492) 2009-09-12 21:57:41 +00:00
inc * merged armthum branch 2009-10-04 09:03:44 +00:00
linux * several fixes by Pierre Pede (parts of his patch to mantis #12492) 2009-09-12 21:57:41 +00:00
m68k
macos * regenerated using latest fpcmake 2009-08-02 18:40:14 +00:00
morphos * regenerated using latest fpcmake 2009-08-02 18:40:14 +00:00
nds * NDS: updated the rtl, libnds and fixed the examples. Now it should work fine with devkitARM r26 2009-08-23 13:57:45 +00:00
netbsd * fixed more properties, I still wonder how this could be commited 2009-08-16 10:57:52 +00:00
netware * regenerated using latest fpcmake 2009-08-02 18:40:14 +00:00
netwlibc * regenerated using latest fpcmake 2009-08-02 18:40:14 +00:00
objpas * fixed varbyref in variant conversion helpers (patch+test by Paul Ishenin, 2009-09-10 16:57:06 +00:00
openbsd * regenerated using latest fpcmake 2009-08-02 18:40:14 +00:00
os2 * regenerated using latest fpcmake 2009-08-02 18:40:14 +00:00
palmos * regenerated using latest fpcmake 2009-08-02 18:40:14 +00:00
powerpc - removed FPC_NEW_BIGENDIAN_SETS define and if(n)defs 2009-08-23 08:16:40 +00:00
powerpc64 - removed FPC_NEW_BIGENDIAN_SETS define and if(n)defs 2009-08-23 08:16:40 +00:00
qnx * regenerated using latest fpcmake 2009-08-02 18:40:14 +00:00
solaris * regenerated using latest fpcmake 2009-08-02 18:40:14 +00:00
sparc
symbian * fixed properties 2009-08-11 18:15:56 +00:00
ucmaps
unix * tune new variable TerminalSupportsBold and TerminalSupportsHighIntensityColors 2009-09-19 16:10:36 +00:00
watcom * fixed more properties, I still wonder how this could be commited 2009-08-16 10:57:52 +00:00
win * Added comment in SysRelocateThreadVar, not working in Windows Vista 2009-09-21 09:34:53 +00:00
win32 * cleaned up mess of r13516 2009-08-12 19:34:46 +00:00
win64 * cleaned up mess of r13516 2009-08-12 19:34:46 +00:00
wince * Fixed WideString on wince. WideString=UnicodeString on wince. Bug #14304. 2009-08-10 11:32:08 +00:00
x86_64 + implementation of WriteBarrier 2009-08-18 16:31:18 +00:00
COPYING.FPC
COPYING.txt * added .txt extensions to all README, TODO and COPYING files 2009-02-28 17:34:08 +00:00
fpmake.inc + unicode functions for sysutils, makes tunistr6.pp compiling 2009-07-17 14:05:19 +00:00
fpmake.pp + unicode functions for sysutils, makes tunistr6.pp compiling 2009-07-17 14:05:19 +00:00
Makefile * Makefiles version 2.5.1 2009-08-13 21:21:28 +00:00
Makefile.fpc * Makefiles version 2.5.1 2009-08-13 21:21:28 +00:00
README.txt * added .txt extensions to all README, TODO and COPYING files 2009-02-28 17:34:08 +00:00

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.