diff options
author | Dinar Valeev <k0da@opensuse.org> | 2013-10-02 17:56:03 +0200 |
---|---|---|
committer | Yury Usishchev <y.usishchev@samsung.com> | 2014-12-10 14:51:42 +0300 |
commit | 161c8fb0a4f9bf148dc86ae8083347d77ac69bbb (patch) | |
tree | 98aec9a6279d24e51db199ce744fec00cf73ac65 | |
parent | 576fd84928979b4d90e3cec5af874b5289079e62 (diff) | |
download | qemu-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-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |