]> granicus.if.org Git - gc/commitdiff
* libtool.m4 (LD): Correct powerpc64 host match.
authoramodra <amodra@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 9 Sep 2003 06:24:39 +0000 (06:24 +0000)
committerguest <ivmai@mail.ru>
Fri, 29 Jul 2011 06:54:23 +0000 (10:54 +0400)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@71229 138bc75d-0d04-0410-961f-82ee72b054a4

ChangeLog
configure

index f1dc38fe10ffabbc61e2adbebee412c8adb2a10c..f0918f67603c8c71702a41fcdbd1b69c3cbeab82 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2003-09-09  Alan Modra  <amodra@bigpond.net.au>
+
+       * configure: Regenerate.
+
 2003-08-07  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
            Roger Sayle <roger@eyesopen.com>
 
index 05905ca355786c8f341a5f25e811d32f0b966f3c..0ef1af8e77186e9fa1213f5f4e3f7033804ff8db 100755 (executable)
--- a/configure
+++ b/configure
@@ -2385,7 +2385,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*)