From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24453 invoked by alias); 29 Oct 2007 08:25:16 -0000 Received: (qmail 24430 invoked by uid 22791); 29 Oct 2007 08:25:15 -0000 X-Spam-Check-By: sourceware.org Received: from mu-out-0910.google.com (HELO mu-out-0910.google.com) (209.85.134.186) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 29 Oct 2007 08:25:12 +0000 Received: by mu-out-0910.google.com with SMTP id g7so2003445muf for ; Mon, 29 Oct 2007 01:25:09 -0700 (PDT) Received: by 10.86.26.11 with SMTP id 11mr4612506fgz.1193646309415; Mon, 29 Oct 2007 01:25:09 -0700 (PDT) Received: from caracas.mobile.usilu.net ( [195.176.176.226]) by mx.google.com with ESMTPS id c28sm11790683fka.2007.10.29.01.25.09 (version=SSLv3 cipher=RC4-MD5); Mon, 29 Oct 2007 01:25:09 -0700 (PDT) Message-ID: <472598E6.6070101@gnu.org> Date: Mon, 29 Oct 2007 09:03:00 -0000 From: Paolo Bonzini User-Agent: Thunderbird 2.0.0.6 (Macintosh/20070728) MIME-Version: 1.0 To: Thiago Jung Bauermann CC: gcc-patches@gcc.gnu.org, gdb-patches Subject: Re: [patch/libdecnumber] Remove GNUism from Makefile.in References: <1193494933.5787.179.camel@localhost.localdomain> In-Reply-To: <1193494933.5787.179.camel@localhost.localdomain> Content-Type: text/plain; charset=ISO-8859-1; format=flowed 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/msg00748.txt.bz2 Thiago Jung Bauermann wrote: > Hi, > > The attached patch permits libdecnumber to be compiled by a non-GNU > make. I realise that gcc requires GNU make for the build, but recently > libdecnumber has been incorporated in GDB to enable DFP debugging, and > GDB doesn't require GNU make. > > The change is to substitute the "ifeq" condition to determine inclusion > of BID-related objects in the library by a variable which is set by the > configure script. > > Is this ok? Ok. paolo