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  88992fe6771ec3258bde1b03314ce579da0ac2d5 (commit)
      from  0009ef898866ec536c04a1d20b6f01947e07070b (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 88992fe6771ec3258bde1b03314ce579da0ac2d5
Author: H.J. Lu <hongjiu...@intel.com>
Date:   Mon Dec 12 21:24:14 2011 -0600

    Support x32.
    
    * m4/libtool.m4 (_LT_ENABLE_LOCK): Support x32.

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

Summary of changes:
 m4/libtool.m4 |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)

diff --git a/m4/libtool.m4 b/m4/libtool.m4
index 9c2574f..3639851 100644
--- a/m4/libtool.m4
+++ b/m4/libtool.m4
@@ -1321,7 +1321,14 @@ s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
            LD="${LD-ld} -m elf_i386_fbsd"
            ;;
          x86_64-*linux*)
-           LD="${LD-ld} -m elf_i386"
+           case `/usr/bin/file conftest.o` in
+             *x86-64*)
+               LD="${LD-ld} -m elf32_x86_64"
+               ;;
+             *)
+               LD="${LD-ld} -m elf_i386"
+               ;;
+           esac
            ;;
          ppc64-*linux*|powerpc64-*linux*)
            LD="${LD-ld} -m elf32ppclinux"


hooks/post-receive
-- 
GNU Libtool

Reply via email to