]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* m4/libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Use pass_all for linux*
authorScott James Remnant <scott@netsplit.com>
Mon, 29 Sep 2003 11:54:45 +0000 (11:54 +0000)
committerGary V. Vaughan <gary@gnu.org>
Mon, 29 Sep 2003 11:54:45 +0000 (11:54 +0000)
solving many build problems on ARM, and hopefully preventing any
future ones.
(Debian Bug #191133 and #190569)

ChangeLog
m4/libtool.m4

index fe113c92f0edbaa274b6ded4b3ecf48327a7ad8d..63769a2e46098d1432f2e4edf2d8e486c1b528cd 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,10 +1,18 @@
+2003-09-29  Scott James Remnant  <scott@netsplit.com>
+
+       * m4/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 <bfriesen@simple.dallas.tx.us>,
-            Dalibor Topic <robilad@kaffe.org>
+       Dalibor Topic <robilad@kaffe.org>
 
        * libltdl/ltdl.c: Only include malloc.h if stdlib.h can not be
        found.
 
 2003-09-26  Alfred M. Szmidt  <ams@kemisten.nu>
+
        * mdemo2/Makefile.am (INCLUDES): Include `$(top_srcdir)/../libltdl'
        instead of `../libltdl'.
 
index ffdfd7c147b8b5b2990ae82bfe9e2a1ad84942f7..e9f9f46fa454871e21c9230afa57b464b8b89aca 100644 (file)
@@ -2185,13 +2185,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*)