From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47798) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VdJ7o-00084w-PQ for qemu-devel@nongnu.org; Mon, 04 Nov 2013 07:19:26 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VdJ7j-0008B7-R0 for qemu-devel@nongnu.org; Mon, 04 Nov 2013 07:19:20 -0500 Received: from mail-ee0-x22c.google.com ([2a00:1450:4013:c00::22c]:55884) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VdJ7j-0008Az-Je for qemu-devel@nongnu.org; Mon, 04 Nov 2013 07:19:15 -0500 Received: by mail-ee0-f44.google.com with SMTP id d41so909253eek.31 for ; Mon, 04 Nov 2013 04:19:14 -0800 (PST) Sender: Dinar Valeev From: Dinar Valeev Date: Mon, 4 Nov 2013 13:19:05 +0100 Message-Id: <1383567545-16825-1-git-send-email-dvaleev@suse.com> Subject: [Qemu-devel] [PATCH] configure: Enable pie for powerpc and arm Linux List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Dinar Valeev , Dinar Valeev From: Dinar Valeev This patch enables pie for PowerPC and ARM architectures Signed-off-by: Dinar Valeev --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 91372f9..0130e7e 100755 --- a/configure +++ b/configure @@ -1297,7 +1297,7 @@ fi if test "$pie" = ""; 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*-Linux|i386-OpenBSD|x86_64-OpenBSD) ;; *) pie="no" -- 1.7.12.4