qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Paolo Bonzini <pbonzini@redhat.com>
To: Richard Henderson <rth@twiddle.net>
Cc: qemu-devel@nongnu.org, aurelien@aurel32.net
Subject: [Qemu-devel] Re: [PATCH] Fix --enable-user-pie compilation.
Date: Mon, 07 Jun 2010 18:08:03 +0200	[thread overview]
Message-ID: <4C0D1963.2090304@redhat.com> (raw)
In-Reply-To: <4C0D0B40.8060204@twiddle.net>

On 06/07/2010 05:07 PM, Richard Henderson wrote:
> Ping^4
>
>
> r~
>
> On 05/21/2010 10:04 AM, Richard Henderson wrote:
>> We forgot to propagate -fpie to the libdis-user directory.
>>
>> Signed-off-by: Richard Henderson<rth@twiddle.net>
>> ---
>>   configure |    3 +++
>>   1 files changed, 3 insertions(+), 0 deletions(-)
>>
>> diff --git a/configure b/configure
>> index 3cd2c5f..ba3aaac 100755
>> --- a/configure
>> +++ b/configure
>> @@ -2355,6 +2355,9 @@ for d in libdis libdis-user; do
>>       ln -s $source_path/Makefile.dis $d/Makefile
>>       echo>  $d/config.mak
>>   done
>> +if test "$static" = "no" -a "$user_pie" = "yes" ; then
>> +  echo "QEMU_CFLAGS+=-fpie">  libdis-user/config.mak
>> +fi
>>
>>   for target in $target_list; do
>>   target_dir="$target"

Acked-by: Paolo Bonzini <pbonzini@redhat.com>

Paolo

      reply	other threads:[~2010-06-07 16:08 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-05-21 17:04 [Qemu-devel] [PATCH] Fix --enable-user-pie compilation Richard Henderson
2010-06-07 15:07 ` Richard Henderson
2010-06-07 16:08   ` Paolo Bonzini [this message]

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=4C0D1963.2090304@redhat.com \
    --to=pbonzini@redhat.com \
    --cc=aurelien@aurel32.net \
    --cc=qemu-devel@nongnu.org \
    --cc=rth@twiddle.net \
    /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;
as well as URLs for NNTP newsgroup(s).