From 740baf5f2974d66a63a4adf948d11df447bfbfd5 Mon Sep 17 00:00:00 2001 From: Leno Hou Date: Tue, 28 Jun 2016 13:25:14 -0400 Subject: ELT-patches/ppc64le: add libtool-2.4.4 patch for ppc64le #580792 Signed-off-by: Anthony G. Basile --- eclass/ELT-patches/ppc64le/2.4.4 | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 eclass/ELT-patches/ppc64le/2.4.4 diff --git a/eclass/ELT-patches/ppc64le/2.4.4 b/eclass/ELT-patches/ppc64le/2.4.4 new file mode 100644 index 0000000..e3e4637 --- /dev/null +++ b/eclass/ELT-patches/ppc64le/2.4.4 @@ -0,0 +1,15 @@ +--- m4/libtool.m4.orig 2016-04-21 16:59:06.039629474 +0000 ++++ m4/libtool.m4 2016-04-21 17:00:10.564264157 +0000 +@@ -1386,10 +1386,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*) -- cgit v1.2.3-65-gdbad