acinclude.m4 (lt_cv_deplibs_check_method): Use pass_all on sh*.

* acinclude.m4 (lt_cv_deplibs_check_method): Use pass_all on sh*.
	* aclocal.m4, configure: Rebuilt.

From-SVN: r81981
This commit is contained in:
Kaz Kojima 2004-05-18 10:35:12 +00:00
parent c779c42fc3
commit e72f28d00a
4 changed files with 8 additions and 3 deletions

View File

@ -1,3 +1,8 @@
2004-05-18 Kaz Kojima <kkojima@gcc.gnu.org>
* acinclude.m4 (lt_cv_deplibs_check_method): Use pass_all on sh*.
* aclocal.m4, configure: Rebuilt.
2004-05-17 Frank Ch. Eigler <fche@redhat.com>
* lib/libmudflap.exp (libmudflap-init): For C++ test cases only,

View File

@ -664,7 +664,7 @@ irix5* | irix6*)
# This must be Linux ELF.
linux-gnu*)
case $host_cpu in
alpha* | hppa* | i*86 | powerpc* | sparc* | ia64* | x86_64*)
alpha* | hppa* | i*86 | powerpc* | sparc* | ia64* | x86_64* | sh*)
lt_cv_deplibs_check_method=pass_all ;;
# NB 2003-06-03: According to Alexandre Oliva, x86_64 should not be
# in this list. However, it works around a libtool problem that

View File

@ -653,7 +653,7 @@ irix5* | irix6*)
# This must be Linux ELF.
linux-gnu*)
case $host_cpu in
alpha* | hppa* | i*86 | powerpc* | sparc* | ia64* | x86_64*)
alpha* | hppa* | i*86 | powerpc* | sparc* | ia64* | x86_64* | sh*)
lt_cv_deplibs_check_method=pass_all ;;
# NB 2003-06-03: According to Alexandre Oliva, x86_64 should not be
# in this list. However, it works around a libtool problem that

View File

@ -1902,7 +1902,7 @@ irix5* | irix6*)
# This must be Linux ELF.
linux-gnu*)
case $host_cpu in
alpha* | hppa* | i*86 | powerpc* | sparc* | ia64* | x86_64*)
alpha* | hppa* | i*86 | powerpc* | sparc* | ia64* | x86_64* | sh*)
lt_cv_deplibs_check_method=pass_all ;;
# NB 2003-06-03: According to Alexandre Oliva, x86_64 should not be
# in this list. However, it works around a libtool problem that