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.

_______________________________________________
Libtool mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/libtool

Reply via email to