libtool-patches
[Top][All Lists]
Advanced

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

[PATCH] libtool.m4: Don't use pass_all for sh64-linux-gnu


From: kaz Kojima
Subject: [PATCH] libtool.m4: Don't use pass_all for sh64-linux-gnu
Date: Fri, 06 Dec 2002 09:30:09 +0900

Hi,

There was an argument in gcc-patches list starting with
<URL:http://gcc.gnu.org/ml/gcc-patches/2002-11/msg01349.html>
that setting lt_cv_deplibs_check_method to pass_all for sh*-linux-gnu
might be unsafe for sh64 at this point. This patch is for not to use
pass_all in this case. 

Regards,
        kaz
--
2002  Kaz Kojima  <address@hidden>

        * libtool.m4 (lt_cv_deplibs_check_method): Don't use pass_all
        for sh64-linux-gnu.

Index: libtool.m4
===================================================================
RCS file: /cvs/libtool/libtool.m4,v
retrieving revision 1.279
diff -u -3 -p -r1.279 libtool.m4
--- libtool.m4  22 Nov 2002 22:36:25 -0000      1.279
+++ libtool.m4  5 Dec 2002 23:40:59 -0000
@@ -2069,7 +2069,7 @@ irix5* | irix6* | nonstopux*)
 # This must be Linux ELF.
 linux*)
   case $host_cpu in
-  alpha* | hppa* | i*86 | ia64* | m68* | mips | mipsel | powerpc* | sparc* | 
s390* | sh*)
+  alpha* | hppa* | i*86 | ia64* | m68* | mips | mipsel | powerpc* | sparc* | 
s390* | sh | sh[[34]]*)
     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]