Gentoo Archives: gentoo-commits

From: "Anthony G. Basile" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/ppc64le:master commit in: eclass/ELT-patches/ppc64le/
Date: Tue, 28 Jun 2016 17:24:01
Message-Id: 1467134789.ff424eab048a064309838450e218626f3cdb12cc.blueness@gentoo
1 commit: ff424eab048a064309838450e218626f3cdb12cc
2 Author: Leno Hou <lenohou <AT> gmail <DOT> com>
3 AuthorDate: Tue Jun 28 14:31:23 2016 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 28 17:26:29 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/ppc64le.git/commit/?id=ff424eab
7
8 ELT-patches/ppc64le: add libtool-2.4.6 patch for ppc64le #580792
9
10 Signed-off-by: Leno Hou <lenohou <AT> gmail.com>
11 Signed-off-by: Anthony G. Basile <blueness <AT> gentoo.org>
12
13 eclass/ELT-patches/ppc64le/2.4.6 | 15 +++++++++++++++
14 1 file changed, 15 insertions(+)
15
16 diff --git a/eclass/ELT-patches/ppc64le/2.4.6 b/eclass/ELT-patches/ppc64le/2.4.6
17 new file mode 100644
18 index 0000000..711ceb2
19 --- /dev/null
20 +++ b/eclass/ELT-patches/ppc64le/2.4.6
21 @@ -0,0 +1,15 @@
22 +--- m4/libtool.m4.orig 2016-04-21 16:42:22.170586778 +0000
23 ++++ m4/libtool.m4 2016-04-21 16:43:41.571195049 +0000
24 +@@ -1417,10 +1417,10 @@
25 + x86_64-*linux*)
26 + LD="${LD-ld} -m elf_x86_64"
27 + ;;
28 +- powerpcle-*linux*)
29 ++ powerpcle-*linux*|powerpc64le-*linux*)
30 + LD="${LD-ld} -m elf64lppc"
31 + ;;
32 +- powerpc-*linux*)
33 ++ powerpc-*linux*|powerpc64-*linux*)
34 + LD="${LD-ld} -m elf64ppc"
35 + ;;
36 + s390*-*linux*|s390*-*tpf*)