libtool-patches
[Top][All Lists]
Advanced

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

PPC64 = powerpc64


From: Andreas Schwab
Subject: PPC64 = powerpc64
Date: Fri, 04 Jul 2003 10:22:34 +0200
User-agent: Gnus/5.1002 (Gnus v5.10.2) Emacs/21.3.50 (gnu/linux)

The canonical name of the PPC64 cpu, according to config.sub, is
powerpc64.

Andreas.

2003-07-04  Andreas Schwab  <address@hidden>

        * libtool.m4 (_LT_AC_LOCK): Also match powerpc64-*linux* in
        addition to ppc64-*linux*.  From Markus Meissner
        <address@hidden>.

Index: libtool.m4
===================================================================
RCS file: /cvsroot/libtool/libtool/libtool.m4,v
retrieving revision 1.325
diff -u -p -a -u -p -a -r1.325 libtool.m4
--- libtool.m4  26 Jun 2003 06:55:19 -0000      1.325
+++ libtool.m4  4 Jul 2003 08:15:17 -0000
@@ -500,7 +500,7 @@ x86_64-*linux*|ppc*-*linux*|powerpc*-*li
         x86_64-*linux*)
           LD="${LD-ld} -m elf_i386"
           ;;
-        ppc64-*linux*)
+        ppc64-*linux*|powerpc64-*linux*)
           LD="${LD-ld} -m elf32ppclinux"
           ;;
         s390x-*linux*)

-- 
Andreas Schwab, SuSE Labs, address@hidden
SuSE Linux AG, Deutschherrnstr. 15-19, D-90429 Nürnberg
Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."




reply via email to

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