From 673f690a37f6673a3262e933709c79de8a66f48c Mon Sep 17 00:00:00 2001 From: Robert de Bath Date: Mon, 22 Jul 2002 23:35:31 +0200 Subject: Import Dev86src-0.16.4.tar.gz --- man/bcc.1 | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'man') 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. -- cgit v1.2.1