From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7453 invoked by alias); 22 Oct 2009 06:19:48 -0000 Received: (qmail 7443 invoked by uid 22791); 22 Oct 2009 06:19:48 -0000 X-SWARE-Spam-Status: No, hits=-2.4 required=5.0 tests=AWL,BAYES_00,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mail-fx0-f214.google.com (HELO mail-fx0-f214.google.com) (209.85.220.214) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 22 Oct 2009 06:19:44 +0000 Received: by fxm10 with SMTP id 10so8510778fxm.8 for ; Wed, 21 Oct 2009 23:19:42 -0700 (PDT) Received: by 10.204.154.207 with SMTP id p15mr721016bkw.202.1256192382301; Wed, 21 Oct 2009 23:19:42 -0700 (PDT) Received: from yakj.usersys.redhat.com ([85.93.118.17]) by mx.google.com with ESMTPS id 18sm1498163fkq.37.2009.10.21.23.19.40 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 21 Oct 2009 23:19:41 -0700 (PDT) Message-ID: <4ADFF976.5020505@gnu.org> Date: Thu, 22 Oct 2009 07:41:00 -0000 From: Paolo Bonzini User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.4pre) Gecko/20091014 Fedora/3.0-2.8.b4.fc11 Lightning/1.0pre Thunderbird/3.0b4 MIME-Version: 1.0 To: Richard Guenther CC: gcc-patches@gcc.gnu.org Subject: Re: [PATCH] Fix graphite configure w/o ppl/cloog References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed 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: 2009-10/txt/msg01400.txt.bz2 On 10/22/2009 12:46 AM, Richard Guenther wrote: > > The configure shouldn't leave LIBS set, so better not set it at all as > it's unused. Likewise the libelf LIBS saving is too late. > > Bootstrapped on x86_64-unknown-linux-gnu, ok for trunk? Ok. Paolo