diff options
author | Kelley Cook <kcook@gcc.gnu.org> | 2004-11-24 22:04:38 +0000 |
---|---|---|
committer | R. Kelley Cook <kcook@gcc.gnu.org> | 2004-11-24 22:04:38 +0000 |
commit | 2c92e90fa5feb3d973d233cdf6e7f5754c18470f (patch) | |
tree | 1a205f4efb7cde1c60805f272a7b886ff7cb76d0 /libtool.m4 | |
parent | aclocal.m4: Regenerate. (diff) | |
download | gcc-2c92e90fa5feb3d973d233cdf6e7f5754c18470f.tar.gz gcc-2c92e90fa5feb3d973d233cdf6e7f5754c18470f.tar.bz2 gcc-2c92e90fa5feb3d973d233cdf6e7f5754c18470f.tar.xz |
libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Import linux-gnu case from CVS libtool to always pass_all.
2004-11-24 Kelley Cook <kcook@gcc.gnu.org>
* libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Import linux-gnu case
from CVS libtool to always pass_all.
* boehm-gc/configure: Regenerate.
* libffi/configure: Regenerate.
* libgfortran/configure: Regenerate.
* libjava/configure: Regenerate.
* libobjc/configure: Regenerate.
* libstdc++-v3/configure: Regenerate.
* zlib/configure: Regenerate.
From-SVN: r91200
Diffstat (limited to 'libtool.m4')
-rw-r--r-- | libtool.m4 | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/libtool.m4 b/libtool.m4 index dec9f01f3fa..60121579faf 100644 --- a/libtool.m4 +++ b/libtool.m4 | |||
@@ -679,14 +679,7 @@ irix5* | irix6*) | |||
679 | 679 | ||
680 | # This must be Linux ELF. | 680 | # This must be Linux ELF. |
681 | linux-gnu*) | 681 | linux-gnu*) |
682 | case $host_cpu in | 682 | lt_cv_deplibs_check_method=pass_all |
683 | alpha* | mips* | hppa* | i*86 | powerpc* | sparc* | ia64* | sh* ) | ||
684 | lt_cv_deplibs_check_method=pass_all ;; | ||
685 | *) | ||
686 | # glibc up to 2.1.1 does not perform some relocations on ARM | ||
687 | lt_cv_deplibs_check_method=['file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'] ;; | ||
688 | esac | ||
689 | lt_cv_file_magic_test_file=`echo /lib/libc.so* /lib/libc-*.so` | ||
690 | ;; | 683 | ;; |
691 | 684 | ||
692 | netbsd* | knetbsd*-gnu) | 685 | netbsd* | knetbsd*-gnu) |