aboutsummaryrefslogtreecommitdiff
path: root/libmudflap/configure
diff options
context:
space:
mode:
authorAlan Modra <amodra@gcc.gnu.org>2013-09-20 19:17:52 +0930
committerAlan Modra <amodra@gcc.gnu.org>2013-09-20 19:17:52 +0930
commit3cbe17f7ded6cbdf171c9e7368b0c391501507f1 (patch)
tree5d7dac8cc93ea38e65be8eeadaec09c34bce21a3 /libmudflap/configure
parent1f46d137d00b0e733bb4ccd75a62a9e57f64abdd (diff)
downloadgcc-3cbe17f7ded6cbdf171c9e7368b0c391501507f1.zip
gcc-3cbe17f7ded6cbdf171c9e7368b0c391501507f1.tar.gz
gcc-3cbe17f7ded6cbdf171c9e7368b0c391501507f1.tar.bz2
libtool.m4 (_LT_ENABLE_LOCK <ld -m flags>): Remove non-canonical ppc host match.
* libtool.m4 (_LT_ENABLE_LOCK <ld -m flags>): Remove non-canonical ppc host match. Support little-endian powerpc linux hosts. Regenerate configure throughout. From-SVN: r202773
Diffstat (limited to 'libmudflap/configure')
-rwxr-xr-xlibmudflap/configure16
1 files changed, 11 insertions, 5 deletions
diff --git a/libmudflap/configure b/libmudflap/configure
index b3a0178..1e91dbb 100755
--- a/libmudflap/configure
+++ b/libmudflap/configure
@@ -6377,7 +6377,7 @@ ia64-*-hpux*)
rm -rf conftest*
;;
-x86_64-*kfreebsd*-gnu|x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*| \
+x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
# Find out which ABI we are using.
echo 'int i;' > conftest.$ac_ext
@@ -6402,7 +6402,10 @@ s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
;;
esac
;;
- ppc64-*linux*|powerpc64-*linux*)
+ powerpc64le-*linux*)
+ LD="${LD-ld} -m elf32lppclinux"
+ ;;
+ powerpc64-*linux*)
LD="${LD-ld} -m elf32ppclinux"
;;
s390x-*linux*)
@@ -6421,7 +6424,10 @@ s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
x86_64-*linux*)
LD="${LD-ld} -m elf_x86_64"
;;
- ppc*-*linux*|powerpc*-*linux*)
+ powerpcle-*linux*)
+ LD="${LD-ld} -m elf64lppc"
+ ;;
+ powerpc-*linux*)
LD="${LD-ld} -m elf64ppc"
;;
s390*-*linux*|s390*-*tpf*)
@@ -10615,7 +10621,7 @@ else
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<_LT_EOF
-#line 10618 "configure"
+#line 10624 "configure"
#include "confdefs.h"
#if HAVE_DLFCN_H
@@ -10721,7 +10727,7 @@ else
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<_LT_EOF
-#line 10724 "configure"
+#line 10730 "configure"
#include "confdefs.h"
#if HAVE_DLFCN_H