summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDinar Valeev <k0da@opensuse.org>2013-10-02 17:56:03 +0200
committerJunfeng Dong <junfeng.dong@intel.com>2013-11-19 18:57:39 +0800
commit320b6fd477b60a30c8734b25d25c140b05bd8771 (patch)
treef1a614de498a0601aa308056860aab4bbc0255c4
parentc561c8b79fc9f724b7be8c42adf8ba221504e3da (diff)
downloadqemu-320b6fd477b60a30c8734b25d25c140b05bd8771.tar.gz
qemu-320b6fd477b60a30c8734b25d25c140b05bd8771.tar.bz2
qemu-320b6fd477b60a30c8734b25d25c140b05bd8771.zip
configure: Enable PIE for ppc and ppc64 hosts
Signed-off-by: Dinar Valeev <dvaleev@suse.com> 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 18fa60824..0a4b22eaa 100755
--- a/configure
+++ b/configure
@@ -1251,7 +1251,7 @@ fi
if test "$pie" = ""; then
case "$cpu-$targetos" in
- i386-Linux|x86_64-Linux|i386-OpenBSD|x86_64-OpenBSD)
+ i386-Linux|x86_64-Linux|ppc*-Linux|i386-OpenBSD|x86_64-OpenBSD)
;;
*)
pie="no"