From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29283 invoked by alias); 2 Mar 2011 15:07:50 -0000 Received: (qmail 29265 invoked by uid 22791); 2 Mar 2011 15:07:49 -0000 X-SWARE-Spam-Status: No, hits=-2.2 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW X-Spam-Check-By: sourceware.org Received: from mail-yw0-f41.google.com (HELO mail-yw0-f41.google.com) (209.85.213.41) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 02 Mar 2011 15:07:44 +0000 Received: by yws5 with SMTP id 5so2708360yws.0 for ; Wed, 02 Mar 2011 07:07:43 -0800 (PST) Received: by 10.90.113.8 with SMTP id l8mr314129agc.89.1299078463082; Wed, 02 Mar 2011 07:07:43 -0800 (PST) MIME-Version: 1.0 Received: by 10.90.74.10 with HTTP; Wed, 2 Mar 2011 07:07:03 -0800 (PST) In-Reply-To: References: <20110223193905.GD24784@gmx.de> <1298494027-24185-1-git-send-email-sebpop@gmail.com> <20110227063524.GD16255@gmx.de> <20110227093848.GA19328@gmx.de> From: Sebastian Pop Date: Wed, 02 Mar 2011 15:07:00 -0000 Message-ID: Subject: Re: [PATCH] Add -lpwl to ppllibs. To: Richard Guenther Cc: Ralf Wildenhues , GCC Patches , binutils@sourceware.org, gdb-patches@sourceware.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable 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: 2011-03/txt/msg00098.txt.bz2 On Wed, Mar 2, 2011 at 09:01, Richard Guenther wrote: > On Wed, Mar 2, 2011 at 3:48 PM, Sebastian Pop wrote: >> On Wed, Mar 2, 2011 at 06:20, Richard Guenther >> wrote: >>> As you can see from the link line it doesn't link ppl at all. =A0ppllib= s is empty >>> for me. >>> >>> Please revert or fix ASAP. >> >> Does the attached patch fix the problem you are seeing? > > It seems to work for me (bootstrap is in stage2, HAVE_cloog is 1). Ok, thanks for checking. So my theory is that you configured with "--with-ppl" with no arguments, that sets the variable $with_ppl to the empty string, and so "x$with_ppl" is not equal to "xyes" in that case. Sebastian