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