commit: ff424eab048a064309838450e218626f3cdb12cc
Author: Leno Hou <lenohou <AT> gmail <DOT> com>
AuthorDate: Tue Jun 28 14:31:23 2016 +0000
Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Tue Jun 28 17:26:29 2016 +0000
URL: https://gitweb.gentoo.org/repo/proj/ppc64le.git/commit/?id=ff424eab
ELT-patches/ppc64le: add libtool-2.4.6 patch for ppc64le #580792
Signed-off-by: Leno Hou <lenohou <AT> gmail.com>
Signed-off-by: Anthony G. Basile <blueness <AT> gentoo.org>
eclass/ELT-patches/ppc64le/2.4.6 | 15 +++++++++++++++
1 file changed, 15 insertions(+)
diff --git a/eclass/ELT-patches/ppc64le/2.4.6 b/eclass/ELT-patches/ppc64le/2.4.6
new file mode 100644
index 0000000..711ceb2
--- /dev/null
+++ b/eclass/ELT-patches/ppc64le/2.4.6
@@ -0,0 +1,15 @@
+--- m4/libtool.m4.orig 2016-04-21 16:42:22.170586778 +0000
++++ m4/libtool.m4 2016-04-21 16:43:41.571195049 +0000
+@@ -1417,10 +1417,10 @@
+ x86_64-*linux*)
+ LD="${LD-ld} -m elf_x86_64"
+ ;;
+- powerpcle-*linux*)
++ powerpcle-*linux*|powerpc64le-*linux*)
+ LD="${LD-ld} -m elf64lppc"
+ ;;
+- powerpc-*linux*)
++ powerpc-*linux*|powerpc64-*linux*)
+ LD="${LD-ld} -m elf64ppc"
+ ;;
+ s390*-*linux*|s390*-*tpf*)