~ubuntu-branches/ubuntu/dapper/fpc/dapper

« back to all changes in this revision

Viewing changes to rtl/README

  • Committer: Bazaar Package Importer
  • Author(s): Carlos Laviola
  • Date: 2004-08-12 16:29:37 UTC
  • mfrom: (1.2.1 upstream) (2.1.1 warty)
  • Revision ID: james.westby@ubuntu.com-20040812162937-moo8ulvysp1ln771
Tags: 1.9.4-5
fp-compiler: needs ld, adding dependency on binutils.  (Closes: #265265)

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
(these files can be found in base.zip on the FTP site)
10
10
 
11
11
The only variable that you may want to set are
12
 
PP              - What compiler to use. Use an absolute path. 
 
12
FPC             - What compiler to use. Use an absolute path. 
13
13
                  (default is ppc386)
14
 
UNITINSTALLDIR  - Where to install the RTL units 
 
14
INSTALL_UNITDIR - Where to install the RTL units 
15
15
OPT             - any special options you want to set for the compiler.
16
16
 
17
17
In principle, you can also descend into the subdirectory of your OS, and
18
18
type 'make' there, that should also compile everything.
19
19
 
 
20
The tree contains subdirectories for all the supported operating systems,
 
21
as well as all processor architectures. The processor directories contain
 
22
low-level routines which are required for the system unit (if they are not 
 
23
available in high-level language form), as well as optimized versions of
 
24
the pascal generic routines (the generic routine source code is localed in
 
25
the inc subdirectory).
 
26
 
 
27
The following directories are not supported officially and may not work
 
28
correctly with FreePascal v1.0:
 
29
 
 
30
go32v1 - The DJGPP go32v1 DOS extender (no longer supported)
 
31
palmos - The PalmOS directory for the Dragonball (incomplete)
 
32
 
 
33
 
20
34
Enjoy.