This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: Bootstrap failure on mips-sgi-irix6.5
- To: mark at markmitchell dot com
- Subject: Re: Bootstrap failure on mips-sgi-irix6.5
- From: N8TM at aol dot com
- Date: Mon, 29 Jun 1998 08:56:36 EDT
- Cc: egcs-bugs at cygnus dot com
In a message dated 6/29/98 1:26:03 AM Pacific Daylight Time,
mark@markmitchell.com writes:
> ld32: FATAL 11: Object file format error (/usr/tmp/ccUytB0C):
> unrecognizable
This resembles the problem in Irix 6.4 which results from neglecting to
specify 'cc -n32' as the bootstrap compiler. It's supposed to be possible to
build --with-gnu-ld --with-gnu-as as well, which enables -g at the expense of
full optimization.