summaryrefslogtreecommitdiff
path: root/man/bcc.1
diff options
context:
space:
mode:
Diffstat (limited to 'man/bcc.1')
-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.