mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-13 23:00:22 +00:00
(libc_cv_gcc_unwind_find_fde): Set for s390 and s390x architectures.
This commit is contained in:
parent
0d9ab59d7d
commit
6dee5db02d
@ -61,6 +61,14 @@ case "$machine" in
|
||||
libc_cv_gcc_unwind_find_fde=yes
|
||||
arch_minimum_kernel=2.0.10
|
||||
;;
|
||||
s390)
|
||||
libc_cv_gcc_unwind_find_fde=yes
|
||||
arch_minimum_kernel=2.2.10
|
||||
;;
|
||||
s390x)
|
||||
libc_cv_gcc_unwind_find_fde=yes
|
||||
arch_minimum_kernel=2.4.0
|
||||
;;
|
||||
sh*)
|
||||
arch_minimum_kernel=2.3.99
|
||||
libc_cv_gcc_unwind_find_fde=yes
|
||||
|
Loading…
Reference in New Issue
Block a user