mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-24 11:41:58 +00:00
9a: remove a few mentions
This commit is contained in:
parent
ebbeff0ac6
commit
0ed5e9f828
2 changed files with 2 additions and 16 deletions
|
@ -1,6 +1,6 @@
|
||||||
.TH 9C 1
|
.TH 9C 1
|
||||||
.SH NAME
|
.SH NAME
|
||||||
9c, 9a, 9l, 9ar \- C compiler, assembler, linker, archiver
|
9c, 9l, 9ar \- C compiler, assembler, linker, archiver
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
.B 9c
|
.B 9c
|
||||||
[
|
[
|
||||||
|
@ -14,10 +14,6 @@
|
||||||
.I file
|
.I file
|
||||||
\&...
|
\&...
|
||||||
.PP
|
.PP
|
||||||
.B 9a
|
|
||||||
.I file
|
|
||||||
\&...
|
|
||||||
.PP
|
|
||||||
.B 9l
|
.B 9l
|
||||||
[
|
[
|
||||||
.I -o
|
.I -o
|
||||||
|
@ -81,12 +77,6 @@ also defines
|
||||||
.B __sun__
|
.B __sun__
|
||||||
on SunOS systems.
|
on SunOS systems.
|
||||||
.PP
|
.PP
|
||||||
.I 9a
|
|
||||||
assembles the named files into object files for the current system.
|
|
||||||
Unlike some system assemblers, it does
|
|
||||||
.I not
|
|
||||||
promise to run the C preprocessor on the source files.
|
|
||||||
.PP
|
|
||||||
.I 9l
|
.I 9l
|
||||||
links the named object files and libraries to create the target executable.
|
links the named object files and libraries to create the target executable.
|
||||||
Each
|
Each
|
||||||
|
@ -203,10 +193,6 @@ rebuilt whenever the archive is modified.
|
||||||
Compile three C source files.
|
Compile three C source files.
|
||||||
.TP
|
.TP
|
||||||
.L
|
.L
|
||||||
9a file4.s
|
|
||||||
Assemble one assembler source file.
|
|
||||||
.TP
|
|
||||||
.L
|
|
||||||
9ar rvc lib.a file[12].o
|
9ar rvc lib.a file[12].o
|
||||||
Archive the first two object files into a library.
|
Archive the first two object files into a library.
|
||||||
.TP
|
.TP
|
||||||
|
|
|
@ -9,7 +9,7 @@ OS=$O
|
||||||
CC=9c
|
CC=9c
|
||||||
#CC=9r
|
#CC=9r
|
||||||
LD=9l
|
LD=9l
|
||||||
AS=9a
|
AS=no-9a
|
||||||
AR=9ar
|
AR=9ar
|
||||||
CFLAGS=
|
CFLAGS=
|
||||||
LDFLAGS=
|
LDFLAGS=
|
||||||
|
|
Loading…
Reference in a new issue