libtool-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] GNU Libtool branch, master, updated. v2.4.2-376-g056889b


From: Gary V. Vaughan
Subject: [SCM] GNU Libtool branch, master, updated. v2.4.2-376-g056889b
Date: Thu, 22 Aug 2013 08:06:13 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Libtool".

The branch, master has been updated
       via  056889b838c7f7ce42281f095921b34973321e25 (commit)
      from  75ffb257f0af50111ffe3a2ba4a5855c44d11774 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 056889b838c7f7ce42281f095921b34973321e25
Author: Alan Modra <address@hidden>
Date:   Thu Jun 6 14:48:22 2013 +0930

    libtool: fix mangled powerpc*le-linux support patch
    
    * m4/libtool.m4: unmangled badly pasted hunks from previous
    changeset.

-----------------------------------------------------------------------

Summary of changes:
 m4/libtool.m4 |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/m4/libtool.m4 b/m4/libtool.m4
index 1e6cc02..e7b7881 100644
--- a/m4/libtool.m4
+++ b/m4/libtool.m4
@@ -1329,7 +1329,7 @@ s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
            esac
            ;;
          powerpcle-*)
-           LD="${LD-ld} -m elf64lppc"
+           LD="${LD-ld} -m elf32lppclinux"
            ;;
          powerpc-*)
            LD="${LD-ld} -m elf32ppclinux"
@@ -1350,7 +1350,10 @@ s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
          x86_64-*linux*)
            LD="${LD-ld} -m elf_x86_64"
            ;;
-         ppc*-*linux*|powerpc*-*linux*)
+         powerpcle-*)
+           LD="${LD-ld} -m elf64lppc"
+           ;;
+         powerpc-*)
            LD="${LD-ld} -m elf64ppc"
            ;;
          s390*-*linux*|s390*-*tpf*)


hooks/post-receive
-- 
GNU Libtool



reply via email to

[Prev in Thread] Current Thread [Next in Thread]