From: Anthony Liguori <anthony@codemonkey.ws>
To: Brad <brad@comstyle.com>
Cc: qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] [PATCH] configure: Enable build by default PIE / read-only relocation sections on OpenBSD amd64/i386.
Date: Mon, 28 Nov 2011 20:28:21 -0600 [thread overview]
Message-ID: <4ED44345.9090704@codemonkey.ws> (raw)
In-Reply-To: <20111129005348.GB7938@rox.home.comstyle.com>
On 11/28/2011 06:53 PM, Brad wrote:
> Enable build by default PIE / read-only relocation sections for the QEMU
> binaries on OpenBSD amd64/i386.
>
> Signed-off-by: Brad Smith<brad@comstyle.com>
Can you mention what targets you tested and what toolchain you used on OpenBSD?
Regards,
Anthony Liguori
>
> ---
> configure | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/configure b/configure
> index ac4840d..b113f60 100755
> --- a/configure
> +++ b/configure
> @@ -1116,7 +1116,7 @@ fi
>
> if test "$pie" = ""; then
> case "$cpu-$targetos" in
> - i386-Linux|x86_64-Linux)
> + i386-Linux|x86_64-Linux|i386-OpenBSD|x86_64-OpenBSD)
> ;;
> *)
> pie="no"
next prev parent reply other threads:[~2011-11-29 2:28 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-11-29 0:53 [Qemu-devel] [PATCH] configure: Enable build by default PIE / read-only relocation sections on OpenBSD amd64/i386 Brad
2011-11-29 2:28 ` Anthony Liguori [this message]
2011-11-29 4:15 ` Brad
2011-12-09 9:17 ` Brad
2011-12-11 16:49 ` Blue Swirl
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=4ED44345.9090704@codemonkey.ws \
--to=anthony@codemonkey.ws \
--cc=brad@comstyle.com \
--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.