From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14254 invoked by alias); 8 Nov 2011 18:49:58 -0000 Received: (qmail 14242 invoked by uid 22791); 8 Nov 2011 18:49:56 -0000 X-SWARE-Spam-Status: No, hits=-2.9 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; Tue, 08 Nov 2011 18:49:41 +0000 From: "ro at CeBiTec dot Uni-Bielefeld.DE" To: gcc-bugs@gcc.gnu.org Subject: [Bug other/51022] powerpc libgcc static-object.mk error Date: Tue, 08 Nov 2011 18:58:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: other 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 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-11/txt/msg00818.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51022 --- Comment #4 from ro at CeBiTec dot Uni-Bielefeld.DE 2011-11-08 18:49:38 UTC --- > Sorry. Something broke it in a different place before you could get to it. :( > > Ralf and I are using different versions of this patch. We need some powerpc > expert to tell us which of us, if either, have the correct and preferred patch. Yep, that did the trick, thanks. What's going on (though I don't fully understand why) is that make chokes on the fact that LIB2ADD contains $(srcdir)/config/rs6000/ibm-ldouble.c twice, once from rs6000/t-ppccomm, and another time from rs6000/t-ppccomm-ldbl. Since the latter only adds that single file, removing it in libgcc/config.host should do the trick. I need to investigate a bit further, though: how/why did I get us there, and what's the best way out. I see that there's a third fragment which adds that file (but does a bit more): rs6000/t-ibm-ldouble. Rainer