This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug bootstrap/52226] Trunk fails to bootstrap on Mac OS X.
- From: "dominiq at lps dot ens.fr" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Mon, 13 Feb 2012 13:09:26 +0000
- Subject: [Bug bootstrap/52226] Trunk fails to bootstrap on Mac OS X.
- Auto-submitted: auto-generated
- References: <bug-52226-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52226
--- Comment #11 from Dominique d'Humieres <dominiq at lps dot ens.fr> 2012-02-13 13:09:26 UTC ---
> Could the problem be that you don't have an assembler that supports 64-bit?
What does return '/usr/libexec/gcc/darwin/x86_64/as -v' (after it you need to
interupt as with ctrl-C)? For me it gives
Apple Inc version cctools-795~45, GNU assembler version 1.38
I configure with
Configured with: ../work/configure --prefix=/opt/gcc/gcc4.7w
--enable-languages=c,c++,fortran,objc,obj-c++,java,ada,lto --with-gmp=/opt/mp
--with-system-zlib --with-cloog=/opt/mp --enable-cloog-backend=isl --enable-lto
and it works!-)