summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorRobert de Bath <rdebath@poboxes.com>2002-07-22 23:35:31 +0200
committerLubomir Rintel <lkundrak@v3.sk>2013-10-23 23:48:47 +0200
commit673f690a37f6673a3262e933709c79de8a66f48c (patch)
tree3acd007863bf23ce8549f9edb5e51d23a3bc6078 /man
parent352e3b3230dfc6746be6d53325ffe1e33efc5289 (diff)
downloaddev86-673f690a37f6673a3262e933709c79de8a66f48c.tar.gz
Import Dev86src-0.16.4.tar.gzv0.16.4
Diffstat (limited to 'man')
-rw-r--r--man/bcc.17
1 files changed, 6 insertions, 1 deletions
diff --git a/man/bcc.1 b/man/bcc.1
index fb88ac8..ed7ccd0 100644
--- a/man/bcc.1
+++ b/man/bcc.1
@@ -71,7 +71,7 @@ preprocessor define
produce preprocessor output to standard out.
.TP
.B -G
-produce GCC objects (only useful for i386 code)
+produce GCC objects (Same as -Mg)
.TP
.B -Ixyz
include search 'xyz' path
@@ -116,6 +116,11 @@ This configuration accepts the
.B -z
flag to generate QMAGIC a.out files instead of the normal OMAGIC.
.TP
+.B -Mg
+switches to i386-Linux code generator and generates OMAGIC object files
+that can be linked with some versions of gcc; unfortunatly the most recent
+versions use 'collect2' to link and this crashes.
+.TP
.B -N
makes the linker produce a native a.out file (Linux OMAGIC) if combined
with -3 the executable will run under Linux-i386.