configure: Enable PIE for ppc and ppc64 hosts
authorDinar Valeev <k0da@opensuse.org>
Wed, 2 Oct 2013 15:56:03 +0000 (17:56 +0200)
committerJunfeng Dong <junfeng.dong@intel.com>
Tue, 19 Nov 2013 10:57:39 +0000 (18:57 +0800)
Signed-off-by: Dinar Valeev <dvaleev@suse.com>
Signed-off-by: Andreas Färber <afaerber@suse.de>
configure

index 18fa608..0a4b22e 100755 (executable)
--- 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"