]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
libtool: fix mangled powerpc*le-linux support patch
authorAlan Modra <amodra@bigpond.net.au>
Thu, 6 Jun 2013 05:18:22 +0000 (14:48 +0930)
committerGary V. Vaughan <gary@gnu.org>
Thu, 22 Aug 2013 08:01:24 +0000 (15:01 +0700)
* m4/libtool.m4: unmangled badly pasted hunks from previous
changeset.

m4/libtool.m4

index 1e6cc02e0b57d84d5b2458f42e0cca8e6391b02c..e7b78812f43fb2dfba3b059a75cfc5ab0b696a1e 100644 (file)
@@ -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*)