libtool
[Top][All Lists]
Advanced

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

Re: PATCH: Fix mips*-*-linux*


From: H . J . Lu
Subject: Re: PATCH: Fix mips*-*-linux*
Date: Mon, 22 Oct 2001 13:52:12 -0700
User-agent: Mutt/1.2.5i

On Mon, Oct 22, 2001 at 03:47:17PM -0500, Robert Boehne wrote:
> Why don't you send us the correct fix?
> 
> "H . J . Lu" wrote:
> > 
> > It is very stupid for libtool.m4 to break other Linux platforms just
> > because Linux/ARM is different. Here is a patch for Linux/mips.
> > However, the correct fix should be
> > 
> >         case $host_cpu in
> >         arm*)
> >          # Handle ARM differently.
> >          ....
> >          ;;
> >         *)
> >           lt_cv_deplibs_check_method=pass_all ;;
> >         esac
> > 

Here is the right fix:

http://mail.gnu.org/pipermail/libtool/2001-October/005690.html

It is against libtool used in binutils. I don't have time to figure
out where it came frome.


H.J.



reply via email to

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