On Fri, Nov 11, 2005 at 10:36:08PM +0100, Ralf Wildenhues wrote:
> Hi Albert,
> 
> * Albert Chin wrote on Fri, Nov 11, 2005 at 04:48:48AM CET:
> > 
> > 2005-11-10  Albert Chin-A-Young  <[EMAIL PROTECTED]>
> > 
> >     * libtool.m4 (AC_LIBTOOL_PROG_LD_SHLIBS) [ hpux10 ]:
> >     Link with cc rather than ld (backport from HEAD).
> 
> This patch is ok with one nit, see below.
> 
> Cheers,
> Ralf
> 
> > --- libtool.m4      10 Nov 2005 18:29:38 -0000      1.314.2.128
> > +++ libtool.m4      11 Nov 2005 03:44:03 -0000
> > @@ -5792,7 +5792,26 @@ EOF
> >        _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
> >        ;;
> >  
> > -    hpux10* | hpux11*)
> > +    hpux10*)
> > +      if test "$GCC" = yes; then
> 
> HEAD has here:
>   if test "$GCC" = yes -a "$with_gnu_ld" = no
> 
> oversight in your backport?
> (In any case, I'll change the `-a' to `&& test' then, for consistency).

Yep. Anyway, GNU ld doesn't work on HP-UX.

Thanks.

-- 
albert chin ([EMAIL PROTECTED])


Reply via email to