libtool-patches
[Top][All Lists]
Advanced

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

libtool 1.4: Deplibs update for mips-linux and mipsel-linux


From: Maciej W. Rozycki
Subject: libtool 1.4: Deplibs update for mips-linux and mipsel-linux
Date: Wed, 23 May 2001 19:43:40 +0200 (MET DST)

Hi,

 I believe it's appropriate to mark mips-linux and mipsel-linux hosts as
supporting deplibs properly.  A patch follows.  I used mips and mipsel
instead of just mips* for CPU names because the state of the userland for
mips64*-linux is uncertain (glibc doesn't work AFAIK), so it's safer to
avoid an undesired match.

2001-05-23  Maciej W. Rozycki  <address@hidden>

        * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Use pass_all for
        mips-*-linux-gnu* and mipsel-*-linux-gnu*.

 Maciej

-- 
+  Maciej W. Rozycki, Technical University of Gdansk, Poland   +
+--------------------------------------------------------------+
+        e-mail: address@hidden, PGP key available        +

libtool-1.4-mips-deplibs.patch
diff -up --recursive --new-file libtool-1.4.macro/libtool.m4 
libtool-1.4/libtool.m4
--- libtool-1.4.macro/libtool.m4        Tue Apr 24 23:34:11 2001
+++ libtool-1.4/libtool.m4      Mon May 21 21:01:28 2001
@@ -3207,7 +3207,7 @@ irix5* | irix6*)
 # This must be Linux ELF.
 linux-gnu*)
   case $host_cpu in
-  alpha* | i*86 | powerpc* | sparc* | ia64* )
+  alpha* | i*86 | mips | mipsel | powerpc* | sparc* | ia64* )
     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]