This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: libtool.m4 fix for powerpc64


On Fri, Sep 05, 2003 at 01:20:38AM -0300, Alexandre Oliva wrote:
> CVS first.  Just adding powerpc64, which has already been added to
> libtool CVS, has the advantage that it wouldn't require waiting for
> libtool maintainers to review your patch there.

All right.  This patch duplicates libtool CVS code in this area.  I'm
committing it as obvious on mainline, and would like permission for
the 3.3 branch.

ChangeLog
	* libtool.m4 (LD): Correct powerpc64 host match.
boehm-gc/ChangeLog
	* configure: Regenerate.
libf2c/ChangeLog
	* configure: Regenerate.
libffi/ChangeLog
	* configure: Regenerate.
libjava/ChangeLog
	* configure: Regenerate.
libobjc/ChangeLog
	* configure: Regenerate.
libstdc++-v3/ChangeLog
	* configure: Regenerate.
zlib/ChangeLog.gcj
	* configure: Regenerate.

Index: libtool.m4
===================================================================
RCS file: /cvs/gcc/gcc/libtool.m4,v
retrieving revision 1.12
diff -u -p -r1.12 libtool.m4
--- libtool.m4	11 Apr 2003 04:20:14 -0000	1.12
+++ libtool.m4	9 Sep 2003 05:40:27 -0000
@@ -199,7 +199,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*)

-- 
Alan Modra
IBM OzLabs - Linux Technology Centre


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]