From: Ulrich Drepper Date: Tue, 29 Jan 2002 03:23:58 +0000 (+0000) Subject: (libc_cv_gcc_unwind_find_fde): Set for arm, too. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8b67700424a78b61c4a846e7fd3ba647b4a4d33a;p=thirdparty%2Fglibc.git (libc_cv_gcc_unwind_find_fde): Set for arm, too. --- diff --git a/sysdeps/unix/sysv/linux/configure.in b/sysdeps/unix/sysv/linux/configure.in index 6fa59a6881a..e44a816bc52 100644 --- a/sysdeps/unix/sysv/linux/configure.in +++ b/sysdeps/unix/sysv/linux/configure.in @@ -43,6 +43,10 @@ case "$machine" in arch_minimum_kernel=2.1.100 libc_cv_gcc_unwind_find_fde=yes ;; + arm*) + arch_minimum_kernel=2.0.10 + libc_cv_gcc_unwind_find_fde=yes + ;; i386*) libc_cv_gcc_unwind_find_fde=yes arch_minimum_kernel=2.0.10