From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27964 invoked by alias); 23 Dec 2004 00:47:31 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 27727 invoked by uid 48); 23 Dec 2004 00:47:18 -0000 Date: Thu, 23 Dec 2004 00:47:00 -0000 From: "janis187 at us dot ibm dot com" To: gcc-bugs@gcc.gnu.org Message-ID: <20041223004714.19135.janis187@us.ibm.com> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug bootstrap/19135] New: build failure in libiberty multilibs X-Bugzilla-Reason: CC X-SW-Source: 2004-12/txt/msg03283.txt.bz2 List-Id: GCC builds are broken on powerpc64-unknown-linux-gnu since this patch to libiberty: http://gcc.gnu.org/ml/gcc-cvs/2004-12/msg00805.html. I configure with --build, --host, and --target=powerpc64-linux and --with-cpu=default32; see my recent test results for mainline for the complete set of configure options I use. This problem occurs even for simple builds of C only. The build in powerpc64-linux/64/libiberty tries to create libiberty.so.0.0.0 from 64-bit object files without specifying -m64. The build continues and eventually succeeds, but 'make install' tries the same thing and fails. -- Summary: build failure in libiberty multilibs Product: gcc Version: 4.0.0 Status: UNCONFIRMED Severity: normal Priority: P2 Component: bootstrap AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: janis187 at us dot ibm dot com CC: gcc-bugs at gcc dot gnu dot org,hjl at gnu dot org GCC build triplet: powerpc64-linux GCC host triplet: powerpc64-linux GCC target triplet: powerpc64-linux http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19135