From: Sebastian Pop <sebpop@gmail.com>
To: Richard Guenther <richard.guenther@gmail.com>
Cc: Ralf Wildenhues <ralf.wildenhues@gmx.de>,
GCC Patches <gcc-patches@gcc.gnu.org>,
binutils@sourceware.org, gdb-patches@sourceware.org
Subject: Re: [PATCH] Add -lpwl to ppllibs.
Date: Wed, 02 Mar 2011 14:49:00 -0000 [thread overview]
Message-ID: <AANLkTika+Vp91zw6VGLbhieM6_u1LVb50dOibvC2kWGh@mail.gmail.com> (raw)
In-Reply-To: <AANLkTinejH5QfsL8ZVDLmmskBZQHWbonbSaVPAkA+=Lw@mail.gmail.com>
[-- Attachment #1: Type: text/plain, Size: 293 bytes --]
On Wed, Mar 2, 2011 at 06:20, Richard Guenther
<richard.guenther@gmail.com> wrote:
> As you can see from the link line it doesn't link ppl at all. ppllibs is empty
> for me.
>
> Please revert or fix ASAP.
Does the attached patch fix the problem you are seeing?
Thanks,
Sebastian
[-- Attachment #2: 0001-Fix-configure-problem.patch --]
[-- Type: text/x-patch, Size: 1088 bytes --]
From 05223494274bc509fddf4f2546f50e4294c9537f Mon Sep 17 00:00:00 2001
From: Sebastian Pop <sebpop@gmail.com>
Date: Wed, 2 Mar 2011 08:47:36 -0600
Subject: [PATCH] Fix configure problem.
---
configure | 2 +-
configure.ac | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/configure b/configure
index 997282f..5e97d0f 100755
--- a/configure
+++ b/configure
@@ -5723,7 +5723,7 @@ if test x"$with_ppl$with_ppl_include$with_ppl_lib" = x && test -d ${srcdir}/ppl;
with_ppl=yes
fi
-if test "x$with_ppl" = xyes; then
+if test "x$with_ppl" != xno; then
if test "x$pwllib" = x; then
saved_LDFLAGS="$LDFLAGS"
LDFLAGS="$LDFLAGS $ppllibs"
diff --git a/configure.ac b/configure.ac
index 4fb29c0..233ce0a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1675,7 +1675,7 @@ if test x"$with_ppl$with_ppl_include$with_ppl_lib" = x && test -d ${srcdir}/ppl;
with_ppl=yes
fi
-if test "x$with_ppl" = xyes; then
+if test "x$with_ppl" != xno; then
if test "x$pwllib" = x; then
saved_LDFLAGS="$LDFLAGS"
LDFLAGS="$LDFLAGS $ppllibs"
--
1.7.1
next prev parent reply other threads:[~2011-03-02 14:49 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <20110223193905.GD24784@gmx.de>
[not found] ` <1298494027-24185-1-git-send-email-sebpop@gmail.com>
[not found] ` <20110227063524.GD16255@gmx.de>
[not found] ` <AANLkTimoE=0tCvV_ZhJ-Y3BDdFXSkKFTVXZMyic9--Ss@mail.gmail.com>
[not found] ` <20110227093848.GA19328@gmx.de>
2011-03-02 3:53 ` Sebastian Pop
2011-03-02 12:20 ` Richard Guenther
2011-03-02 12:45 ` Paolo Carlini
2011-03-02 12:57 ` Jakub Jelinek
2011-03-02 18:43 ` Sebastian Pop
2011-03-02 14:49 ` Sebastian Pop [this message]
2011-03-02 15:02 ` Richard Guenther
2011-03-02 15:07 ` Sebastian Pop
2011-03-02 15:09 ` Richard Guenther
2011-03-02 15:15 ` Paolo Carlini
2011-03-02 15:21 ` Sebastian Pop
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=AANLkTika+Vp91zw6VGLbhieM6_u1LVb50dOibvC2kWGh@mail.gmail.com \
--to=sebpop@gmail.com \
--cc=binutils@sourceware.org \
--cc=gcc-patches@gcc.gnu.org \
--cc=gdb-patches@sourceware.org \
--cc=ralf.wildenhues@gmx.de \
--cc=richard.guenther@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox