From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5682 invoked by alias); 13 Jul 2011 17:00:39 -0000 Received: (qmail 5669 invoked by uid 22791); 13 Jul 2011 17:00:38 -0000 X-SWARE-Spam-Status: No, hits=-2.8 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from localhost (HELO gcc.gnu.org) (127.0.0.1) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 13 Jul 2011 17:00:24 +0000 From: "ro at CeBiTec dot Uni-Bielefeld.DE" To: gcc-bugs@gcc.gnu.org Subject: [Bug bootstrap/49737] [4.7 Regression] Bootstrap failure at revision 176240 on x86_64-apple-darwin10 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: bootstrap X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: ro at CeBiTec dot Uni-Bielefeld.DE X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 Date: Wed, 13 Jul 2011 17:00:00 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2011-07/txt/msg01014.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49737 --- Comment #1 from 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