From: Peter O'Gorman Date: Thu, 12 Aug 2004 04:14:12 +0000 (+0000) Subject: * m4/libtool.m4 [GNU/linux] (AC_DEPLIBS_CHECK_METHOD): Cleanup, X-Git-Tag: release-1-9b~17 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4ac8f641f77bf7d46d1f0a7885a31df66769780a;p=thirdparty%2Flibtool.git * m4/libtool.m4 [GNU/linux] (AC_DEPLIBS_CHECK_METHOD): Cleanup, thanks to Daniel Reed. --- diff --git a/ChangeLog b/ChangeLog index f1cf018b3..aa39c92ad 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2004-08-12 Peter O'Gorman + + * m4/libtool.m4 [GNU/linux] (AC_DEPLIBS_CHECK_METHOD): Cleanup, + thanks to Daniel Reed. + 2004-08-11 Daniel Reed * tests/demo-nopic.test: Do not run on x86_64 or s390* diff --git a/m4/libtool.m4 b/m4/libtool.m4 index 7ac957a9c..8d3d90d3c 100644 --- a/m4/libtool.m4 +++ b/m4/libtool.m4 @@ -2468,15 +2468,6 @@ irix5* | irix6* | nonstopux*) # This must be Linux ELF. linux*) - case $host_cpu in - 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 - # this will be overridden with pass_all, but let us keep it just in case - lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[LM]]SB (shared object|dynamic lib )' ;; - esac - lt_cv_file_magic_test_file=`echo /lib/libc.so* /lib/libc-*.so` lt_cv_deplibs_check_method=pass_all ;;