mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-01 10:06:57 +03:00
Remove pre-2.2 Linux kernel support.
This commit is contained in:
10
sysdeps/unix/sysv/linux/configure
vendored
10
sysdeps/unix/sysv/linux/configure
vendored
@ -284,11 +284,11 @@ test -n "$arch_minimum_kernel" ||
|
||||
case "$machine" in
|
||||
i386*)
|
||||
libc_cv_gcc_unwind_find_fde=yes
|
||||
arch_minimum_kernel=2.0.10
|
||||
arch_minimum_kernel=2.2.0
|
||||
;;
|
||||
powerpc/powerpc32)
|
||||
libc_cv_gcc_unwind_find_fde=yes
|
||||
arch_minimum_kernel=2.0.10
|
||||
arch_minimum_kernel=2.2.0
|
||||
;;
|
||||
powerpc/powerpc64)
|
||||
arch_minimum_kernel=2.4.21
|
||||
@ -311,13 +311,13 @@ case "$machine" in
|
||||
;;
|
||||
sparc*)
|
||||
libc_cv_gcc_unwind_find_fde=yes
|
||||
arch_minimum_kernel=2.0.10
|
||||
arch_minimum_kernel=2.2.0
|
||||
;;
|
||||
x86_64*)
|
||||
arch_minimum_kernel=2.4.0
|
||||
;;
|
||||
*)
|
||||
arch_minimum_kernel=2.0.10
|
||||
arch_minimum_kernel=2.2.0
|
||||
;;
|
||||
esac
|
||||
if test -n "$minimum_kernel"; then
|
||||
@ -331,7 +331,7 @@ $as_echo "$as_me: WARNING: minimum kernel version reset to $arch_minimum_kernel"
|
||||
minimum_kernel=$arch_minimum_kernel
|
||||
fi
|
||||
else
|
||||
if test $arch_minimum_kernel != '2.0.10'; then
|
||||
if test $arch_minimum_kernel != '2.2.0'; then
|
||||
minimum_kernel=$arch_minimum_kernel
|
||||
fi
|
||||
fi
|
||||
|
Reference in New Issue
Block a user