mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +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:
3
sysdeps/unix/sysv/linux/configure
vendored
3
sysdeps/unix/sysv/linux/configure
vendored
@ -187,6 +187,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