mirror of git://sourceware.org/git/glibc.git
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>
|
2010-10-21 Joseph Myers <joseph@codesourcery.com>
|
||||||
|
|
||||||
* sysdeps/unix/sysv/linux/mips/mips32/syscalls.list,
|
* sysdeps/unix/sysv/linux/mips/mips32/syscalls.list,
|
||||||
|
|
|
@ -107,6 +107,6 @@ case "$prefix" in
|
||||||
esac
|
esac
|
||||||
|
|
||||||
if test -z "$arch_minimum_kernel"; then
|
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
|
libc_cv_gcc_unwind_find_fde=yes
|
||||||
fi
|
fi
|
||||||
|
|
|
@ -107,6 +107,6 @@ case "$prefix" in
|
||||||
esac
|
esac
|
||||||
|
|
||||||
if test -z "$arch_minimum_kernel"; then
|
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
|
libc_cv_gcc_unwind_find_fde=yes
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue