summaryrefslogtreecommitdiff
blob: d5b07090ca583fb21159e96d611f7716f4918299 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- sysdeps/unix/sysv/linux/configure.in.orig	Mon Sep 23 21:31:29 2002
+++ sysdeps/unix/sysv/linux/configure.in	Mon Sep 23 21:30:09 2002
@@ -47,6 +47,10 @@
     libc_cv_gcc_unwind_find_fde=yes
     arch_minimum_kernel=2.0.10
     ;;
+  arm*)
+    arch_minimum_kernel=2.4.0
+    libc_cv_gcc_unwind_find_fde=yes
+    ;;
   ia64*)
     arch_minimum_kernel=2.4.0
     ;;