diff options
author | Dinar Valeev <k0da@opensuse.org> | 2013-10-02 17:56:03 +0200 |
---|---|---|
committer | Junfeng Dong <junfeng.dong@intel.com> | 2013-11-19 18:57:39 +0800 |
commit | 320b6fd477b60a30c8734b25d25c140b05bd8771 (patch) | |
tree | f1a614de498a0601aa308056860aab4bbc0255c4 | |
parent | c561c8b79fc9f724b7be8c42adf8ba221504e3da (diff) | |
download | qemu-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-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |