From: Scott James Remnant Date: Mon, 29 Sep 2003 11:43:53 +0000 (+0000) Subject: * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Use pass_all for linux* X-Git-Tag: release-1-5-2~29 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b3171112a6647a0f2edd7c5351f82cf8bc57fa0d;p=thirdparty%2Flibtool.git * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Use pass_all for linux* solving many build problems on ARM, and hopefully preventing any future ones. (Debian Bug #191133 and #190569) --- diff --git a/ChangeLog b/ChangeLog index f1416cd46..58e4e8f6b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,12 @@ -2003-09-22 Bob Friesenhahn , - Dalibor Topic +2003-09-29 Scott James Remnant + + * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Use pass_all for linux* + solving many build problems on ARM, and hopefully preventing any + future ones. + (Debian Bug #191133 and #190569) + +2003-09-29 Bob Friesenhahn , + Dalibor Topic * libltdl/ltdl.c: Only include malloc.h if stdlib.h can not be found. diff --git a/libtool.m4 b/libtool.m4 index 8b387602b..84492cd86 100644 --- a/libtool.m4 +++ b/libtool.m4 @@ -2200,13 +2200,15 @@ irix5* | irix6* | nonstopux*) # This must be Linux ELF. linux*) case $host_cpu in - alpha* | hppa* | i*86 | ia64* | m68* | mips* | 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 + # 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 ;; netbsd*)