[Bug bootstrap/53112] Fails at Configuring stage 1 in sparc64-sun-solaris2.10/libgcc: error: cannot compute suffix of object files: cannot compile
redi at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Mon Apr 30 12:09:00 GMT 2012
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53112
--- Comment #9 from Jonathan Wakely <redi at gcc dot gnu.org> 2012-04-30 12:09:13 UTC ---
(In reply to comment #7)
> > You cannot build GCC 4.4 as a 64-bit binary, that is not possible. But by
> > default on GCC on Solaris is able to generate both 32-bit and 64-bit output (by
> > using the -m64 option), you don't need to do anything special to enable that.
>
> Huh? Of course you can build a 64-bit compiler on SPARC/Solaris, that is even
> documented in the installation notes...
Oops, sorry, I was thinking of the x86_64-pc-solaris* case, which wasn't
supported prior to GCC 4.7 (PR 39150)
That doesn't change the fact that this PR is clearly this FAQ
http://gcc.gnu.org/wiki/FAQ#configure_suffix and will almost certainly be
solved by using the contrib/download_prerequisites script as suggested at
http://gcc.gnu.org/wiki/InstallingGCC
More information about the Gcc-bugs
mailing list