From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13515 invoked by alias); 14 Jun 2007 15:17:42 -0000 Received: (qmail 13505 invoked by uid 22791); 14 Jun 2007 15:17:41 -0000 X-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00,DK_POLICY_SIGNSOME,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 14 Jun 2007 15:17:38 +0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.13.1/8.13.1) with ESMTP id l5EFHW8G021990; Thu, 14 Jun 2007 11:17:32 -0400 Received: from pobox.corp.redhat.com (pobox.corp.redhat.com [10.11.255.20]) by int-mx1.corp.redhat.com (8.13.1/8.13.1) with ESMTP id l5EFHVnu021144; Thu, 14 Jun 2007 11:17:31 -0400 Received: from [127.0.0.1] (sebastian-int.corp.redhat.com [172.16.52.221]) by pobox.corp.redhat.com (8.13.1/8.13.1) with ESMTP id l5EFHK0n015780; Thu, 14 Jun 2007 11:17:31 -0400 Message-ID: <46715C10.2080008@redhat.com> Date: Thu, 14 Jun 2007 15:56:00 -0000 From: Andrew Cagney User-Agent: Thunderbird 1.5.0.12 (X11/20070530) MIME-Version: 1.0 To: Carlos Eduardo Seo CC: Frysk Mailing List Subject: Re: Patch - fix ppc64 build References: <466F1666.5030105@linux.vnet.ibm.com> In-Reply-To: <466F1666.5030105@linux.vnet.ibm.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact frysk-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: frysk-owner@sourceware.org X-SW-Source: 2007-q2/txt/msg00276.txt.bz2 Carlos Eduardo Seo wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Hi folks! > > The attached patch fixes a wrong dependency while building for ppc64. It > removes the need of libunwind-i386/src/.libs/libunwind-x86.a for a ppc > build. > > Hi Carlos, Nurdin and I have been discussing this on IRC. We're going to clean up the build so that, instead of both "native": -GEN_GCJ_LDADD += ../frysk-imports/libunwind/src/.libs/libunwind-ptrace.a \ - ../frysk-imports/libunwind/src/.libs/libunwind-$(libunwind_cpu).a \ and "remote": - ../frysk-imports/libunwind-i386/src/.libs/libunwind-x86.a libraries, just the remote libraries will be built - that is all frysk needslibrariesi.e., a mix of "native" and "remote" (works on core files) code, just the remote unwinders will be, and always built. That would mean that for the PowerPC you'll want to add 32- and 64- bit builds of libunwind to the build system, adding support for those architectures. Andrew