This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug bootstrap/49737] [4.7 Regression] Bootstrap failure at revision 176240 on x86_64-apple-darwin10
- From: "ro at CeBiTec dot Uni-Bielefeld.DE" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Wed, 13 Jul 2011 17:00:24 +0000
- Subject: [Bug bootstrap/49737] [4.7 Regression] Bootstrap failure at revision 176240 on x86_64-apple-darwin10
- Auto-submitted: auto-generated
- References: <bug-49737-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49737
--- Comment #1 from ro at CeBiTec dot Uni-Bielefeld.DE <ro at CeBiTec dot Uni-Bielefeld.DE> 2011-07-13 17:00:22 UTC ---
> # If the gcc directory specifies which extra parts to
> # build for this target, and the libgcc configuration also
> # specifies, make sure they match. This can be removed
> # when the gcc directory no longer holds libgcc configuration;
> # it is useful when migrating a target.
> Configuration mismatch!
> Extra parts from gcc directory: crtfastmath.o crtprec32.o crtprec64.o
> crtprec80.o
> Extra parts from libgcc: crt3.o
> exit 1
> make[5]: *** [libgcc-extra-parts] Error 1
> ...
This just occured to me when I was about to commit the i386/crtprec
patch. Testing for that one has completed successfully, but even if I
commit that one, the crtfastmath one is still pending.
I've just submitted the revised version, asking for approval so I can
commit both i386/crtprec and crtfastmath to gether to get us out of this
mess.
Sorry.
Rainer