Some minor mods
This commit is contained in:
parent
b71451bfd8
commit
aa0cd8e9a1
1 changed files with 8 additions and 5 deletions
|
@ -1011,14 +1011,17 @@ in the bin directory.
|
||||||
.NH
|
.NH
|
||||||
Compilation on a different machine.
|
Compilation on a different machine.
|
||||||
.PP
|
.PP
|
||||||
The Kit be installed and used as a cross-compiler
|
The installation mechanism of the Kit is supposed to be portable across
|
||||||
for the languages it supports on
|
.UX
|
||||||
|
machines, so
|
||||||
|
the Kit can be installed and used as a cross-compiler
|
||||||
|
for the languages it supports on any
|
||||||
.UX
|
.UX
|
||||||
machine.
|
machine.
|
||||||
The presence of most
|
The presence of most
|
||||||
.UX
|
.UX
|
||||||
utilities is essential for compilation.
|
utilities is essential for compilation.
|
||||||
A few of the programs certainly needed are: C-compiler, sed,
|
A few of the programs certainly needed are: sh, C-compiler, sed, ed,
|
||||||
make, and awk.
|
make, and awk.
|
||||||
.NH 2
|
.NH 2
|
||||||
Backend
|
Backend
|
||||||
|
@ -1058,7 +1061,7 @@ There is one important option in $TARGET_HOME/config/local.h.
|
||||||
The utility \fIack\fP uses a default machine name when called
|
The utility \fIack\fP uses a default machine name when called
|
||||||
as \fIacc\fP, \fIcc\fP, \fIabc\fP, \fIapc\fP, \fIpc\fP, \fIocm\fP,
|
as \fIacc\fP, \fIcc\fP, \fIabc\fP, \fIapc\fP, \fIpc\fP, \fIocm\fP,
|
||||||
\fIm2\fP, \fIf2c\fP, or \fIack\fP.
|
\fIm2\fP, \fIf2c\fP, or \fIack\fP.
|
||||||
The machine name used for default is determined by the
|
The machine name used by default is determined by the
|
||||||
definition of ACKM in $TARGET_HOME/config/local.h.
|
definition of ACKM in $TARGET_HOME/config/local.h.
|
||||||
The Kit is distributed with "sun3" as the default machine,
|
The Kit is distributed with "sun3" as the default machine,
|
||||||
but the shell script "first" in the directory "first" alters this
|
but the shell script "first" in the directory "first" alters this
|
||||||
|
@ -1194,7 +1197,7 @@ An example of the output of a make is present in the file Out.std.
|
||||||
.NH
|
.NH
|
||||||
Documentation
|
Documentation
|
||||||
.PP
|
.PP
|
||||||
After installationm manual pages for Amsterdam Compiler Kit can be found
|
After installation, the manual pages for Amsterdam Compiler Kit can be found
|
||||||
in the $TARGET_HOME/man directory. Also, the following documents are provided
|
in the $TARGET_HOME/man directory. Also, the following documents are provided
|
||||||
in the $TARGET_HOME/doc directory:
|
in the $TARGET_HOME/doc directory:
|
||||||
.TS
|
.TS
|
||||||
|
|
Loading…
Reference in a new issue