From: Maciej W. Rozycki Date: Mon, 25 Jun 2001 00:00:27 +0000 (+0000) Subject: * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Use pass_all for X-Git-Tag: release-1-4b~36 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=40782c7c7df7b58882e8e3b949ce626b5fe85c65;p=thirdparty%2Flibtool.git * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Use pass_all for mips-*-linux* and mipsel-*-linux*. --- diff --git a/ChangeLog b/ChangeLog index e5c7552ed..0e8870924 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2001-06-25 Maciej W. Rozycki + + * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Use pass_all for + mips-*-linux* and mipsel-*-linux*. + 2001-06-24 Andreas Schwab * libtool.m4 (AC_LIBTOOL_SETUP): Remove failed try to diff --git a/libtool.m4 b/libtool.m4 index 384b270a5..dd67284b1 100644 --- a/libtool.m4 +++ b/libtool.m4 @@ -1841,7 +1841,7 @@ irix5* | irix6*) # This must be Linux ELF. linux*) 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