From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38147) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vdki2-0007xN-VQ for qemu-devel@nongnu.org; Tue, 05 Nov 2013 12:46:40 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Vdkhw-000677-NJ for qemu-devel@nongnu.org; Tue, 05 Nov 2013 12:46:34 -0500 Received: from cantor2.suse.de ([195.135.220.15]:35143 helo=mx2.suse.de) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vdkhw-00066o-H4 for qemu-devel@nongnu.org; Tue, 05 Nov 2013 12:46:28 -0500 Message-ID: <52792EEF.5000204@suse.de> Date: Tue, 05 Nov 2013 18:46:23 +0100 From: =?ISO-8859-15?Q?Andreas_F=E4rber?= MIME-Version: 1.0 References: <1383567545-16825-1-git-send-email-dvaleev@suse.com> In-Reply-To: <1383567545-16825-1-git-send-email-dvaleev@suse.com> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH] configure: Enable pie for powerpc and arm Linux List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Dinar Valeev , qemu-devel@nongnu.org Cc: Paolo Bonzini , Dinar Valeev , Richard Henderson Am 04.11.2013 13:19, schrieb Dinar Valeev: > From: Dinar Valeev >=20 > This patch enables pie for PowerPC and ARM architectures >=20 > Signed-off-by: Dinar Valeev > --- > configure | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) >=20 > diff --git a/configure b/configure > index 91372f9..0130e7e 100755 > --- a/configure > +++ b/configure > @@ -1297,7 +1297,7 @@ fi > =20 > if test "$pie" =3D ""; then > case "$cpu-$targetos" in > - i386-Linux|x86_64-Linux|x32-Linux|i386-OpenBSD|x86_64-OpenBSD) > + i386-Linux|x86_64-Linux|x32-Linux|ppc*-Linux|arm*-Linux|aarch64*-L= inux|i386-OpenBSD|x86_64-OpenBSD) > ;; > *) > pie=3D"no" For the benefit of the list, we have been using the ppc part of this patch for the openSUSE ppc/ppc64 builds (some helper would otherwise fail to link), and for our arm/aarch64 builds we've been using --enable-pie to skip the above test. So those are known to work for us. Andreas --=20 SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 N=FCrnberg, Germany GF: Jeff Hawn, Jennifer Guild, Felix Imend=F6rffer; HRB 16746 AG N=FCrnbe= rg