From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:40779) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RVDQo-00082K-5e for qemu-devel@nongnu.org; Mon, 28 Nov 2011 21:28:27 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RVDQn-0007FG-1Y for qemu-devel@nongnu.org; Mon, 28 Nov 2011 21:28:26 -0500 Received: from mail-iy0-f173.google.com ([209.85.210.173]:52532) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RVDQm-0007F1-TQ for qemu-devel@nongnu.org; Mon, 28 Nov 2011 21:28:25 -0500 Received: by iakk32 with SMTP id k32so11176028iak.4 for ; Mon, 28 Nov 2011 18:28:24 -0800 (PST) Message-ID: <4ED44345.9090704@codemonkey.ws> Date: Mon, 28 Nov 2011 20:28:21 -0600 From: Anthony Liguori MIME-Version: 1.0 References: <20111129005348.GB7938@rox.home.comstyle.com> In-Reply-To: <20111129005348.GB7938@rox.home.comstyle.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] configure: Enable build by default PIE / read-only relocation sections on OpenBSD amd64/i386. List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Brad Cc: qemu-devel@nongnu.org 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 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"