From 6a024456d4e5f1a4226cb61c74611ab6e475a934 Mon Sep 17 00:00:00 2001 From: Alexandre Oliva Date: Fri, 11 Apr 2003 02:15:48 +0000 Subject: [PATCH] * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on all mips*-linux* variants. --- ChangeLog | 5 +++++ libtool.m4 | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 0136c6745..28249b8fc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2003-04-10 Alexandre Oliva + + * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on all + mips*-linux* variants. + 2003-04-09 Samuel Meder * libtool.m4 Switch on $CC and add paterns to cases. diff --git a/libtool.m4 b/libtool.m4 index d3888850a..ce7939fa7 100644 --- a/libtool.m4 +++ b/libtool.m4 @@ -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 -- 2.47.2