mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-22 13:00:06 +00:00
Increase minimum MIPS kernel to 2.4.1.
This commit is contained in:
parent
2c2019389e
commit
604e89e473
@ -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,
|
||||
|
2
sysdeps/unix/sysv/linux/mips/configure
vendored
2
sysdeps/unix/sysv/linux/mips/configure
vendored
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user