Increase minimum MIPS kernel version to 2.6.12.

This commit is contained in:
Joseph Myers 2012-04-27 20:52:33 +00:00
parent ee6cb8adf2
commit 4053d054cd
3 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,9 @@
2012-04-27 Joseph Myers <joseph@codesourcery.com>
* sysdeps/unix/sysv/linux/mips/configure.in (arch_minimum_kernel):
Change to 2.6.12.
* sysdeps/unix/sysv/linux/mips/configure: Regenerated.
2012-04-26 Joseph Myers <joseph@codesourcery.com>
* sysdeps/unix/mips/brk.S: Remove file.

View File

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

View File

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