summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDinar Valeev <k0da@opensuse.org>2013-10-02 17:56:03 +0200
committerYury Usishchev <y.usishchev@samsung.com>2014-12-10 14:51:42 +0300
commit161c8fb0a4f9bf148dc86ae8083347d77ac69bbb (patch)
tree98aec9a6279d24e51db199ce744fec00cf73ac65
parent576fd84928979b4d90e3cec5af874b5289079e62 (diff)
downloadqemu-161c8fb0a4f9bf148dc86ae8083347d77ac69bbb.tar.gz
qemu-161c8fb0a4f9bf148dc86ae8083347d77ac69bbb.tar.bz2
qemu-161c8fb0a4f9bf148dc86ae8083347d77ac69bbb.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 47048f008..35fbdb5f7 100755
--- a/configure
+++ b/configure
@@ -1544,7 +1544,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"