libtool-patches
[Top][All Lists]
Advanced

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

Re: hppa-linux libgcc


From: amodra
Subject: Re: hppa-linux libgcc
Date: Wed, 16 May 2001 16:05:22 +0930
User-agent: Mutt/1.3.17i

On Wed, May 16, 2001 at 03:09:27AM -0300, Alexandre Oliva wrote:
> On May 16, 2001, address@hidden wrote:
> 
> > On Wed, May 16, 2001 at 02:23:19AM -0300, Alexandre Oliva wrote:
> >> On May 16, 2001, address@hidden wrote:
> >> 
> >> > -  alpha* | i*86 | powerpc* | sparc* | ia64* )
> >> > +  alpha* | hppa* i*86 | powerpc* | sparc* | ia64* )
> >> ^ missing ` | ' here
> >> 
> > Oops.  How silly of me.  Can't even copy a simple patch from one
> > dir to another.  OK with the obvious fix?
> 
> Ok for what?  GCC has this policy of avoiding local changes,
> preferring imports from libtool.  The patch is obviously ok for
> libtool, and I'll check it in as soon as you post the revised patch
> :-)
> 
> I'm going to update the libtool files in GCC and src later this week,

Here you go then.  I'll leave it all in your capable hands.

ChangeLog
2001-05-16  Alan Modra  <address@hidden>

        * libtool.m4 (lt_cv_deplibs_check_method): pass_all for hppa*-linux.

Index: libtool.m4
===================================================================
RCS file: /home/cvs/libtool/libtool.m4,v
retrieving revision 1.166
diff -u -p -r1.166 libtool.m4
--- libtool.m4  2001/04/24 23:40:42     1.166
+++ libtool.m4  2001/05/16 04:35:53
@@ -3207,7 +3207,7 @@ irix5* | irix6*)
 # This must be Linux ELF.
 linux-gnu*)
   case $host_cpu in
-  alpha* | i*86 | powerpc* | sparc* | ia64* )
+  alpha* | hppa* | i*86 | powerpc* | sparc* | ia64* )
     lt_cv_deplibs_check_method=pass_all ;;
   *)
     # glibc up to 2.1.1 does not perform some relocations on ARM



reply via email to

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