mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-18 22:50:07 +00:00
(libc_cv_gcc_unwind_find_fde): Set for arm, too.
This commit is contained in:
parent
57300ad3e3
commit
8b67700424
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user