libtool
[Top][All Lists]
Advanced

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

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


From: Robert Boehne
Subject: Re: PATCH: Fix mips*-*-linux*
Date: Mon, 22 Oct 2001 15:47:17 -0500

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
> 
> H.J.
> ----
> 2001-10-21  H.J. Lu <address@hidden>
> 
>         * libtool.m4 (lt_cv_deplibs_check_method): Set to pass_all for
>         mips*-*-linux*.
> 
> Index: libtool.m4
> ===================================================================
> RCS file: /work/cvs/gnu/binutils/libtool.m4,v
> retrieving revision 1.1.1.7
> diff -u -p -r1.1.1.7 libtool.m4
> --- libtool.m4  2001/05/21 17:33:45     1.1.1.7
> +++ libtool.m4  2001/10/21 18:52:18
> @@ -597,7 +597,7 @@ irix5* | irix6*)
>  # This must be Linux ELF.
>  linux-gnu*)
>    case $host_cpu in
> -  alpha* | hppa* | i*86 | powerpc* | sparc* | ia64* )
> +  alpha* | hppa* | i*86 | mips* | powerpc* | sparc* | ia64* )
>      lt_cv_deplibs_check_method=pass_all ;;
>    *)
>      # glibc up to 2.1.1 does not perform some relocations on ARM
> 
> _______________________________________________
> Bug-libtool mailing list
> address@hidden
> http://mail.gnu.org/mailman/listinfo/bug-libtool

-- 
Robert Boehne             Software Engineer
Ricardo Software   Chicago Technical Center
TEL: (630)789-0003 x. 238
FAX: (630)789-0127
email:  address@hidden



reply via email to

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