mirror of
https://sourceware.org/git/glibc.git
synced 2025-12-24 17:51:17 +03:00
Set arch_minimum_kernel to 3.4.0 for x32
x32 ABI support was added in Linux kernel 3.4.0.
This commit is contained in:
@@ -43,6 +43,9 @@ case "$machine" in
|
||||
libc_cv_gcc_unwind_find_fde=yes
|
||||
arch_minimum_kernel=2.6.16
|
||||
;;
|
||||
x86_64/x32)
|
||||
arch_minimum_kernel=3.4.0
|
||||
;;
|
||||
powerpc/powerpc32*)
|
||||
libc_cv_gcc_unwind_find_fde=yes
|
||||
arch_minimum_kernel=2.6.16
|
||||
|
||||
Reference in New Issue
Block a user