From: Robert Boehne Date: Mon, 14 Jan 2002 14:25:58 +0000 (+0000) Subject: * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Add mips/mipsel to list of X-Git-Tag: release-1-4-3~30 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4ae23e67b750e10eb1145364b3d38888a0bc1ff8;p=thirdparty%2Flibtool.git * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Add mips/mipsel to list of architectures for linux. --- diff --git a/ChangeLog b/ChangeLog index e7f516e03..13784b567 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2002-01-14 Robert Boehne + + * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Add mips/mipsel to list of + architectures for linux. + 2002-01-10 Volker Christian * libltdl/ltdl.c (find_handle_callback): treat the result of a call diff --git a/libtool.m4 b/libtool.m4 index c4229fc82..10fe027f5 100644 --- a/libtool.m4 +++ b/libtool.m4 @@ -3376,7 +3376,7 @@ irix5* | irix6* | nonstopux*) # This must be Linux ELF. linux-gnu*) case $host_cpu in - alpha* | hppa* | i*86 | powerpc* | sparc* | ia64* ) + alpha* | hppa* | 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