summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorRobert de Bath <rdebath@poboxes.com>2002-08-11 08:50:48 +0200
committerLubomir Rintel <lkundrak@v3.sk>2013-10-23 23:48:48 +0200
commit26ade8d624457b7164502ed9c190ca3f146bda0c (patch)
tree75a70b6a562bc595c971e170994a8e302a8c7b3b /man
parent660429af0232d4afcb3e03fb0437053dd6e16286 (diff)
downloaddev86-26ade8d624457b7164502ed9c190ca3f146bda0c.tar.gz
Import Dev86src-0.16.8.tar.gzv0.16.8
Diffstat (limited to 'man')
-rw-r--r--man/bcc.112
1 files changed, 2 insertions, 10 deletions
diff --git a/man/bcc.1 b/man/bcc.1
index ed7ccd0..fd9b0c6 100644
--- a/man/bcc.1
+++ b/man/bcc.1
@@ -14,6 +14,7 @@ bcc \- Bruce's C compiler
.RB [ -o\ outfile ]
.RB [ -ansi ]
.RB [ -Ccc1_option ]
+.RB [ -Pcpp_option ]
.RB [ -Iinclude_dir ]
.RB [ -Lld_option ]
.RB [ -Ttmpdir ]
@@ -160,10 +161,6 @@ as -Ofile)
.B -c
produce object file
.TP
-.B -e
-run the preprocess pass separately. This takes less memory, and may help
-or harm by giving more traditional semantics like token pasting with /**/.
-.TP
.B -f
error (float emulation not supported)
.TP
@@ -207,12 +204,7 @@ These are all options that the code generator pass
.B bcc-cc1
understands, only some will be useful for the
.B -C
-option of bcc. The code generator is normally used as a combined C preprocessor
-and generator but the
-.B -e
-and
-.B -ansi
-options of bcc split the operation.
+option of bcc.
.TP
.B -0
8086 target (works even on 80386 host, not on 6809)