1
0
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:
H.J. Lu
2013-11-13 05:43:58 -08:00
parent 9310c284ae
commit 17c1d9f03e
4 changed files with 16 additions and 3 deletions

View File

@ -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