From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6505 invoked by alias); 31 Oct 2007 17:56:00 -0000 Received: (qmail 6493 invoked by uid 22791); 31 Oct 2007 17:55:59 -0000 X-Spam-Check-By: sourceware.org Received: from e6.ny.us.ibm.com (HELO e6.ny.us.ibm.com) (32.97.182.146) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 31 Oct 2007 17:55:57 +0000 Received: from d01relay04.pok.ibm.com (d01relay04.pok.ibm.com [9.56.227.236]) by e6.ny.us.ibm.com (8.13.8/8.13.8) with ESMTP id l9VHvUs0017053 for ; Wed, 31 Oct 2007 13:57:30 -0400 Received: from d01av02.pok.ibm.com (d01av02.pok.ibm.com [9.56.224.216]) by d01relay04.pok.ibm.com (8.13.8/8.13.8/NCO v8.5) with ESMTP id l9VHttku133714 for ; Wed, 31 Oct 2007 13:55:55 -0400 Received: from d01av02.pok.ibm.com (loopback [127.0.0.1]) by d01av02.pok.ibm.com (8.12.11.20060308/8.13.3) with ESMTP id l9VHtsNS006989 for ; Wed, 31 Oct 2007 13:55:55 -0400 Received: from [9.47.18.71] (dyn9047018071.beaverton.ibm.com [9.47.18.71]) by d01av02.pok.ibm.com (8.12.11.20060308/8.12.11) with ESMTP id l9VHtsAl006926; Wed, 31 Oct 2007 13:55:54 -0400 Subject: Re: [patch/libdecnumber] Remove GNUism from Makefile.in From: Janis Johnson Reply-To: janis187@us.ibm.com To: Thiago Jung Bauermann Cc: Paolo Bonzini , gcc-patches@gcc.gnu.org, gdb-patches In-Reply-To: <1193751629.5787.216.camel@localhost.localdomain> References: <1193494933.5787.179.camel@localhost.localdomain> <472598E6.6070101@gnu.org> <1193751629.5787.216.camel@localhost.localdomain> Content-Type: text/plain Date: Wed, 31 Oct 2007 18:37:00 -0000 Message-Id: <1193853353.6572.2.camel@janis-laptop> Mime-Version: 1.0 X-Mailer: Evolution 2.8.1 Content-Transfer-Encoding: 7bit Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2007-10/txt/msg00866.txt.bz2 On Tue, 2007-10-30 at 11:40 -0200, Thiago Jung Bauermann wrote: > On Mon, 2007-10-29 at 09:25 +0100, Paolo Bonzini wrote: > > Thiago Jung Bauermann wrote: > > > The attached patch permits libdecnumber to be compiled by a non-GNU > > > make. > > Ok. > > Thanks! > > I don't have access to the GCC repo. Could you or someone else commit > this, please? I regenerated configure and checked it in. Janis