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:00
Message-Id: 1467134714.740baf5f2974d66a63a4adf948d11df447bfbfd5.blueness@gentoo
1 commit: 740baf5f2974d66a63a4adf948d11df447bfbfd5
2 Author: Leno Hou <lenohou <AT> gmail <DOT> com>
3 AuthorDate: Tue Jun 28 17:25:14 2016 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 28 17:25:14 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/ppc64le.git/commit/?id=740baf5f
7
8 ELT-patches/ppc64le: add libtool-2.4.4 patch for ppc64le #580792
9
10 Signed-off-by: Anthony G. Basile <blueness <AT> gentoo.org>
11
12 eclass/ELT-patches/ppc64le/2.4.4 | 15 +++++++++++++++
13 1 file changed, 15 insertions(+)
14
15 diff --git a/eclass/ELT-patches/ppc64le/2.4.4 b/eclass/ELT-patches/ppc64le/2.4.4
16 new file mode 100644
17 index 0000000..e3e4637
18 --- /dev/null
19 +++ b/eclass/ELT-patches/ppc64le/2.4.4
20 @@ -0,0 +1,15 @@
21 +--- m4/libtool.m4.orig 2016-04-21 16:59:06.039629474 +0000
22 ++++ m4/libtool.m4 2016-04-21 17:00:10.564264157 +0000
23 +@@ -1386,10 +1386,10 @@
24 + x86_64-*linux*)
25 + LD="${LD-ld} -m elf_x86_64"
26 + ;;
27 +- powerpcle-*linux*)
28 ++ powerpcle-*linux*|powerpc64le-*linux*)
29 + LD="${LD-ld} -m elf64lppc"
30 + ;;
31 +- powerpc-*linux*)
32 ++ powerpc-*linux*|powerpc64-*linux*)
33 + LD="${LD-ld} -m elf64ppc"
34 + ;;
35 + s390*-*linux*|s390*-*tpf*)