summaryrefslogtreecommitdiffstats
path: root/libtool.m4
diff options
context:
space:
mode:
authorcvs2svn <>2013-09-21 00:05:20 +0000
committercvs2svn <>2013-09-21 00:05:20 +0000
commitb37ecae850be2d44c4c65ec577ddac988f932507 (patch)
tree59ed155cf6f432f249049dee920dbd33f54af677 /libtool.m4
parent073b57175fab28f52a0f407855ff587d3991faae (diff)
downloadcygnal-b37ecae850be2d44c4c65ec577ddac988f932507.tar.gz
cygnal-b37ecae850be2d44c4c65ec577ddac988f932507.tar.bz2
cygnal-b37ecae850be2d44c4c65ec577ddac988f932507.zip
This commit was manufactured by cvs2svn to create tag 'sid-sid-snapshot-20131001
snapshot-20131001'. Sprout from binutils-2_24-branch 2013-09-17 21:05:50 UTC cvs2svn 'This commit was manufactured by cvs2svn to create branch 'binutils-' Cherrypick from master 2013-09-21 00:05:18 UTC Jan-Benedict Glaw <jbglaw@lug-owl.de> '2013-09-21 Jan-Benedict Glaw <jbglaw@lug-owl.de>': ChangeLog configure configure.ac libtool.m4 Delete: texinfo/texinfo.tex
Diffstat (limited to 'libtool.m4')
-rw-r--r--libtool.m412
1 files changed, 9 insertions, 3 deletions
diff --git a/libtool.m4 b/libtool.m4
index 8a14e2b22..797468f02 100644
--- a/libtool.m4
+++ b/libtool.m4
@@ -1220,7 +1220,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
@@ -1241,7 +1241,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*)
@@ -1260,7 +1263,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*)