Increase minimum MIPS kernel to 2.4.1.
authorJoseph Myers <joseph@codesourcery.com>
Mon, 6 Dec 2010 16:25:46 +0000 (16:25 +0000)
committerJoseph Myers <joseph@codesourcery.com>
Mon, 6 Dec 2010 16:25:46 +0000 (16:25 +0000)
ChangeLog.mips
sysdeps/unix/sysv/linux/mips/configure
sysdeps/unix/sysv/linux/mips/configure.in

index 8ea85cc..42fcc78 100644 (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,
index cad59b5..2233f6f 100644 (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
index 7248e1f..c2e66ed 100644 (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