From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25238 invoked by alias); 7 Jul 2011 16:46:27 -0000 Received: (qmail 25229 invoked by uid 22791); 7 Jul 2011 16:46:27 -0000 X-SWARE-Spam-Status: No, hits=-1.9 required=5.0 tests=AWL,BAYES_00,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from g6t0184.atlanta.hp.com (HELO g6t0184.atlanta.hp.com) (15.193.32.61) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 07 Jul 2011 16:46:13 +0000 Received: from g5t0030.atlanta.hp.com (g5t0030.atlanta.hp.com [16.228.8.142]) by g6t0184.atlanta.hp.com (Postfix) with ESMTP id DA631C9C2; Thu, 7 Jul 2011 16:46:12 +0000 (UTC) Received: from [16.89.92.85] (hpsje.cup.hp.com [16.89.92.85]) by g5t0030.atlanta.hp.com (Postfix) with ESMTP id 584ED1409D; Thu, 7 Jul 2011 16:46:11 +0000 (UTC) Subject: Re: CFT: Move unwinder to toplevel libgcc From: Steve Ellcey Reply-To: sje@cup.hp.com To: Rainer Orth Cc: Tristan Gingold , GCC Patches , Douglas Rupp In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Date: Thu, 07 Jul 2011 16:48:00 -0000 Message-ID: <1310057170.10986.2613.camel@hpsje.cup.hp.com> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org X-SW-Source: 2011-07/txt/msg00520.txt.bz2 On Thu, 2011-07-07 at 15:08 +0200, Rainer Orth wrote: > In that case, perhaps Steve could have a look? I'd finally like to make > some progress on this patch. > > Thanks. > Rainer It looks like the GCC build is trying to compile unwind-ia64.c on IA64 HP-UX even though it should not use or need this file. Using --with-system-libunwind doesn't seem to help. I am not sure where this should be handled under the new setup. Previously config.gcc would either include or not include t-glibc-libunwind in the Makefile to build or not build this file. This might be coming from t-eh-ia64 rather then t-glibc-libunwind. Both of these include unwind-ia64.c. Steve Ellcey sje@cup.hp.com