This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Unsuccessful build of gcc-2.95.1
- To: gml4410 at ggr dot co dot uk, gcc at gcc dot gnu dot org
- Subject: Re: Unsuccessful build of gcc-2.95.1
- From: N8TM at aol dot com
- Date: Wed, 1 Sep 1999 20:57:13 EDT
In a message dated 9/1/99 1:16:54 PM EST, gml4410@ggr.co.uk writes:
> This is for mips-sgi-irix6.5 (claimed successful).
>
> The problem is in the configure stage.
>
> The config/mh-irix6 tries to set "CC = cc -32" (to avoid n32/n64 ABI
> problems).
The lazy way is to set the environment variable CC='cc -n32' while using
MipsPro cc as a bootstrap compiler. AFAIK this works for MipsPro versions
since 7.2. Perhaps it's time to change a default configuration which caters
for the time before there was a working MipsPro compiler for n32/64. The
shoe probably is on the other foot now and 'cc -o32' may be less reliable.
Tim
tprince@computer.org