summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorRobert de Bath <rdebath@poboxes.com>2002-01-12 20:42:42 +0100
committerLubomir Rintel <lkundrak@v3.sk>2013-10-23 23:48:46 +0200
commitd91fa39567f5659e3931cf61517d62fddcd87570 (patch)
tree20583acd4f345a4f5c9a7772870ef972cb8a3b14 /man
parentbff547eabb6678ec8e71ffbcfbf9a4f05c94d949 (diff)
downloaddev86-d91fa39567f5659e3931cf61517d62fddcd87570.tar.gz
Import Dev86src-0.16.1.tar.gzv0.16.1
Diffstat (limited to 'man')
-rw-r--r--man/bcc.110
1 files changed, 7 insertions, 3 deletions
diff --git a/man/bcc.1 b/man/bcc.1
index 1050cc9..fb88ac8 100644
--- a/man/bcc.1
+++ b/man/bcc.1
@@ -88,7 +88,7 @@ don't add default library to search list
.B -Md
alters the arguments for all passes to produce MSDOS executable COM files.
These are small model executables, use
-.B -i-
+.B -i
to get tiny model.
.TP
.B -Mf
@@ -189,9 +189,13 @@ assembler warning messages.
.TP
.B -x
don't include crt0.o in the link.
+.TP
+.B -i
+don't pass
+.B -i
+to the linker so that it will create an impure executable.
.P
-Other options are passed to the linker, in particular -i-, -lx, -M, -m, -s, -H.
-The -i option is always passed to the linker but can be cancelled using -i-.
+Other options are passed to the linker, in particular -lx, -M, -m, -s, -H.
.SH CODE GENERATOR OPTIONS
These are all options that the code generator pass