This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: 64-bit configure hell
- From: Mike Stump <mrs at apple dot com>
- To: Bill Northcott <w dot northcott at unsw dot edu dot au>
- Cc: gcc at gcc dot gnu dot org
- Date: Sat, 27 Nov 2004 13:57:51 -0800
- Subject: Re: 64-bit configure hell
On Thursday, November 25, 2004, at 10:18 PM, Bill Northcott wrote:
Unwittingly, I changed a version number in the script and it tried to
build a 64bit libgcc with -m64 option.
It is supposed to sense the 32-bit only-ness of your system, and avoid
the 64 bit stuff. :-( Oh well.
Be sure to rebuild clean... It should wind up using the darwin7
triplet as I recall, and that should avoid most of the 64-bit stuff.