libtool-patches
[Top][All Lists]
Advanced

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

use pass_all on mips*-linux-gnu


From: Alexandre Oliva
Subject: use pass_all on mips*-linux-gnu
Date: 10 Apr 2003 23:15:22 -0300
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2

Since mips*-linux-gnu has PIC enabled by default, it is certainly safe
to use pass_all.  One *could* break it, by explicitly compiling with
-fno-pic, but I frankly don't care :-) Since we already handle mips
and mipsel, I thought I'd add mips64 and mips64el explicitly (the
current file_magic regex fails on these because file outputs the MIPS
ISA required by the executable in the middle of the string we try to
match), but I ended up deciding to just match mips*.  I'm going ahead
and checking this in.

Index: ChangeLog
from  Alexandre Oliva  <address@hidden>

        * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on all
        mips*-linux* variants.

Index: libtool.m4
===================================================================
RCS file: /cvsroot/libtool/libtool/libtool.m4,v
retrieving revision 1.317
diff -u -p -r1.317 libtool.m4
--- libtool.m4 10 Apr 2003 03:49:44 -0000 1.317
+++ libtool.m4 11 Apr 2003 02:09:06 -0000
@@ -2167,7 +2167,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* | powerpc* | sparc* | s390* | 
sh*)
     lt_cv_deplibs_check_method=pass_all ;;
   *)
     # glibc up to 2.1.1 does not perform some relocations on ARM
-- 
Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer                 address@hidden, gcc.gnu.org}
CS PhD student at IC-Unicamp        address@hidden, gnu.org}
Free Software Evangelist                Professional serial bug killer

reply via email to

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