(libc_cv_gcc_unwind_find_fde): Set for m68k, too.
authorAndreas Schwab <schwab@suse.de>
Fri, 18 Jan 2002 13:03:16 +0000 (13:03 +0000)
committerAndreas Schwab <schwab@suse.de>
Fri, 18 Jan 2002 13:03:16 +0000 (13:03 +0000)
sysdeps/unix/sysv/linux/configure
sysdeps/unix/sysv/linux/configure.in

index da71c04..eb94cb0 100644 (file)
@@ -66,6 +66,10 @@ case "$machine" in
   hppa*)
     arch_minimum_kernel=2.3.99
     ;;
+  m68k*)
+    arch_minimum_kernel=2.0.10
+    libc_cv_gcc_unwind_find_fde=yes
+    ;;
   mips*)
     arch_minimum_kernel=2.2.15
     libc_cv_gcc_unwind_find_fde=yes
@@ -114,11 +118,11 @@ fi
 
 if test -n "$minimum_kernel"; then
   echo $ac_n "checking for kernel header at least $minimum_kernel""... $ac_c" 1>&6
-echo "configure:118: checking for kernel header at least $minimum_kernel" >&5
+echo "configure:122: checking for kernel header at least $minimum_kernel" >&5
   decnum=`echo "$minimum_kernel.0.0.0" | sed 's/\([0-9]*\)\.\([0-9]*\)\.\([0-9]*\).*/(\1 * 65536 + \2 * 256 + \3)/'`;
   abinum=`echo "$minimum_kernel.0.0.0" | sed 's/\([0-9]*\)\.\([0-9]*\)\.\([0-9]*\).*/\1,\2,\3/'`;
   cat > conftest.$ac_ext <<EOF
-#line 122 "configure"
+#line 126 "configure"
 #include "confdefs.h"
 #include <linux/version.h>
 #if LINUX_VERSION_CODE < $decnum
@@ -248,7 +252,7 @@ if test $host = $build; then
     ac_prefix=$ac_default_prefix
   fi
   echo $ac_n "checking for symlinks in ${ac_prefix}/include""... $ac_c" 1>&6
-echo "configure:252: checking for symlinks in ${ac_prefix}/include" >&5
+echo "configure:256: checking for symlinks in ${ac_prefix}/include" >&5
   ac_message=
   if test -L ${ac_prefix}/include/net; then
     ac_message="$ac_message
index 127c5fe..6fa59a6 100644 (file)
@@ -53,6 +53,10 @@ case "$machine" in
   hppa*)
     arch_minimum_kernel=2.3.99
     ;;
+  m68k*)
+    arch_minimum_kernel=2.0.10
+    libc_cv_gcc_unwind_find_fde=yes
+    ;;
   mips*)
     arch_minimum_kernel=2.2.15
     libc_cv_gcc_unwind_find_fde=yes