summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDinar Valeev <k0da@opensuse.org>2013-10-02 17:56:03 +0200
committerhyokeun <hyokeun.jeon@samsung.com>2016-09-06 15:55:35 +0900
commit4dfab751ab3974be0d5d4a7849e40c85cd135430 (patch)
tree9edc55040229336fc661a8095283767d0faae521
parent2122f4ccc40eb36bb0ea3e834e23142f47f81ec4 (diff)
downloadqemu-4dfab751ab3974be0d5d4a7849e40c85cd135430.tar.gz
qemu-4dfab751ab3974be0d5d4a7849e40c85cd135430.tar.bz2
qemu-4dfab751ab3974be0d5d4a7849e40c85cd135430.zip
configure: Enable PIE for ppc and ppc64 hosts
Signed-off-by: Dinar Valeev <dvaleev@suse.com> [AF: Rebased for v1.7] Signed-off-by: Andreas Färber <afaerber@suse.de>
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 4b808f9d1..b882d1901 100755
--- a/configure
+++ b/configure
@@ -1545,7 +1545,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|i386-OpenBSD|x86_64-OpenBSD)
;;
*)
pie="no"