2014-04-11 23:03:51 +00:00
|
|
|
From eb4f90ed49fb4e3c164ee612e8c5d6bd468221fd Mon Sep 17 00:00:00 2001
|
2013-10-08 18:29:33 +00:00
|
|
|
From: Dinar Valeev <k0da@opensuse.org>
|
|
|
|
Date: Wed, 2 Oct 2013 17:56:03 +0200
|
|
|
|
Subject: [PATCH] configure: Enable PIE for ppc and ppc64 hosts
|
|
|
|
MIME-Version: 1.0
|
|
|
|
Content-Type: text/plain; charset=UTF-8
|
|
|
|
Content-Transfer-Encoding: 8bit
|
|
|
|
|
|
|
|
Signed-off-by: Dinar Valeev <dvaleev@suse.com>
|
2013-12-08 05:19:09 +00:00
|
|
|
[AF: Rebased for v1.7]
|
2013-10-08 18:29:33 +00:00
|
|
|
Signed-off-by: Andreas Färber <afaerber@suse.de>
|
|
|
|
---
|
2014-01-17 22:04:30 +00:00
|
|
|
configure | 2 +-
|
|
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
2013-10-08 18:29:33 +00:00
|
|
|
|
|
|
|
diff --git a/configure b/configure
|
2014-04-03 22:50:11 +00:00
|
|
|
index eb0e7bb..518d3c4 100755
|
2013-10-08 18:29:33 +00:00
|
|
|
--- a/configure
|
|
|
|
+++ b/configure
|
2014-04-03 22:50:11 +00:00
|
|
|
@@ -1484,7 +1484,7 @@ fi
|
2013-10-08 18:29:33 +00:00
|
|
|
|
|
|
|
if test "$pie" = ""; then
|
|
|
|
case "$cpu-$targetos" in
|
2013-12-08 05:19:09 +00:00
|
|
|
- i386-Linux|x86_64-Linux|x32-Linux|i386-OpenBSD|x86_64-OpenBSD)
|
|
|
|
+ i386-Linux|x86_64-Linux|x32-Linux|ppc*-Linux|i386-OpenBSD|x86_64-OpenBSD)
|
2013-10-08 18:29:33 +00:00
|
|
|
;;
|
|
|
|
*)
|
|
|
|
pie="no"
|