summaryrefslogtreecommitdiff
blob: f8c2984bc6ab56b919f89c6f30965fbccfb2aa2e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
--- ./configure.mps	2004-03-30 14:56:35.000000000 +0100
+++ ./configure	2004-03-30 14:59:39.000000000 +0100
@@ -3302,6 +3302,11 @@
   esac
   lt_cv_file_magic_test_file=`echo /lib/libc.so* /lib/libc-*.so`
   ;;
+  
+linux-uclibc*)
+  lt_cv_deplibs_check_method=pass_all
+  lt_cv_file_magic_test_file=`echo /lib/libuClibc*.so`
+  ;;
 
 netbsd*)
   if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then
--- ./aclocal.m4.mps	2004-03-30 14:56:35.000000000 +0100
+++ ./aclocal.m4	2004-03-30 14:59:39.000000000 +0100
@@ -3302,6 +3302,11 @@
   esac
   lt_cv_file_magic_test_file=`echo /lib/libc.so* /lib/libc-*.so`
   ;;
+  
+linux-uclibc*)
+  lt_cv_deplibs_check_method=pass_all
+  lt_cv_file_magic_test_file=`echo /lib/libuClibc*.so`
+  ;;
 
 netbsd*)
   if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then