Increase minimum MIPS kernel to 2.4.1.

This commit is contained in:
Joseph Myers 2010-12-06 16:25:46 +00:00
parent 2c2019389e
commit 604e89e473
3 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,9 @@
2010-12-06 Joseph Myers <joseph@codesourcery.com>
* sysdeps/unix/sysv/linux/mips/configure.in (arch_minimum_kernel):
Change to 2.4.1.
* sysdeps/unix/sysv/linux/mips/configure: Regenerate.
2010-10-21 Joseph Myers <joseph@codesourcery.com>
* sysdeps/unix/sysv/linux/mips/mips32/syscalls.list,

View File

@ -107,6 +107,6 @@ case "$prefix" in
esac
if test -z "$arch_minimum_kernel"; then
arch_minimum_kernel=2.4.0
arch_minimum_kernel=2.4.1
libc_cv_gcc_unwind_find_fde=yes
fi

View File

@ -107,6 +107,6 @@ case "$prefix" in
esac
if test -z "$arch_minimum_kernel"; then
arch_minimum_kernel=2.4.0
arch_minimum_kernel=2.4.1
libc_cv_gcc_unwind_find_fde=yes
fi