From: Richard Henderson <rth@twiddle.net>
To: qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] [PATCH] Fix --enable-user-pie compilation.
Date: Mon, 17 May 2010 11:27:09 -0700 [thread overview]
Message-ID: <4BF18A7D.8060108@twiddle.net> (raw)
In-Reply-To: <1272927267-17515-1-git-send-email-rth@twiddle.net>
Ping? This options really doesn't work atm...
r~
On 05/03/2010 03:54 PM, 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 87942f4..dc11b65 100755
> --- a/configure
> +++ b/configure
> @@ -2344,6 +2344,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"
next prev parent reply other threads:[~2010-05-17 18:27 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-05-03 22:54 [Qemu-devel] [PATCH] Fix --enable-user-pie compilation Richard Henderson
2010-05-17 18:27 ` Richard Henderson [this message]
-- strict thread matches above, loose matches on Subject: below --
2010-05-21 17:04 Richard Henderson
2010-06-07 15:07 ` Richard Henderson
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=4BF18A7D.8060108@twiddle.net \
--to=rth@twiddle.net \
--cc=qemu-devel@nongnu.org \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.