From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30817 invoked by alias); 5 May 2011 15:30:00 -0000 Received: (qmail 30804 invoked by uid 22791); 5 May 2011 15:29:59 -0000 X-SWARE-Spam-Status: No, hits=-6.2 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI,SPF_HELO_PASS,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 05 May 2011 15:29:44 +0000 Received: from int-mx01.intmail.prod.int.phx2.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id p45FTgnH002426 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Thu, 5 May 2011 11:29:42 -0400 Received: from greed.delorie.com (ovpn-113-120.phx2.redhat.com [10.3.113.120]) by int-mx01.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id p45FTfLB003074 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 5 May 2011 11:29:42 -0400 Received: from greed.delorie.com (localhost.localdomain [127.0.0.1]) by greed.delorie.com (8.14.4/8.14.4) with ESMTP id p45FTfxp013591; Thu, 5 May 2011 11:29:41 -0400 Received: (from dj@localhost) by greed.delorie.com (8.14.4/8.14.4/Submit) id p45FTenR013590; Thu, 5 May 2011 11:29:40 -0400 Date: Thu, 05 May 2011 16:11:00 -0000 Message-Id: <201105051529.p45FTenR013590@greed.delorie.com> From: DJ Delorie To: Corinna Vinschen CC: uweigand@de.ibm.com, newlib@sourceware.org, gcc-patches@gcc.gnu.org, yselkowitz@users.sourceforge.net, ken.werner@de.ibm.com In-reply-to: <20110505092334.GA16123@calimero.vinschen.de> (message from Corinna Vinschen on Thu, 5 May 2011 11:23:34 +0200) Subject: Re: newlib vs. libiberty mismatch breaks build (Re: [PATCH] Export psignal on all platforms) References: <20110504111745.GD26180@calimero.vinschen.de> <201105050909.p4599SUA010092@d06av02.portsmouth.uk.ibm.com> <20110505092334.GA16123@calimero.vinschen.de> X-IsSubscribed: yes 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-05/txt/msg00430.txt.bz2 > I don't know how to avoid this problem in configure, other than by adding > AC_LIBOBJ([psignal]). Right, the correct solution is - libiberty shouldn't provide psignal if newlib does. Making it match newlib is the wrong solution.