]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* libtool.m4 (_LT_AC_LOCK): Also match powerpc64-*linux* in
authorAndreas Schwab <schwab@suse.de>
Mon, 14 Jul 2003 22:51:59 +0000 (22:51 +0000)
committerBob Friesenhahn <bfriesen@simple.dallas.tx.us>
Mon, 14 Jul 2003 22:51:59 +0000 (22:51 +0000)
addition to ppc64-*linux*.  From Markus Meissner
<meissner@suse.de>.

ChangeLog
libtool.m4

index 0dd615926240bc98da6c2cc795c03e5a0dc04573..cbd6eac05549979e51898840d7a22196aaa65f32 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2003-07-14  Andreas Schwab  <schwab@bogus.example.com>
+
+       * libtool.m4 (_LT_AC_LOCK): Also match powerpc64-*linux* in
+       addition to ppc64-*linux*.  From Markus Meissner
+       <meissner@bogus.example.com>.
+
 2003-07-14  Dalibor Topic  <robilad@yahoo.com>
 
        * libtool.m4 (AC_LIBTOOL_SYS_MAX_CMD_LEN): For AmigaOS with pdksh,
index 54eaa0bf49afe3b2c95bbbc85eb0541abbab00eb..8c2076f30301d243518655a34c8e5840a1621f40 100644 (file)
@@ -500,7 +500,7 @@ x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*|s390*-*linux*|sparc*-*linux*)
         x86_64-*linux*)
           LD="${LD-ld} -m elf_i386"
           ;;
-        ppc64-*linux*)
+        ppc64-*linux*|powerpc64-*linux*)
           LD="${LD-ld} -m elf32ppclinux"
           ;;
         s390x-*linux*)