Increase minimum MIPS kernel version to 2.6.12.
authorJoseph Myers <joseph@codesourcery.com>
Fri, 27 Apr 2012 20:52:33 +0000 (20:52 +0000)
committerJoseph Myers <joseph@codesourcery.com>
Fri, 27 Apr 2012 20:52:33 +0000 (20:52 +0000)
ChangeLog.mips
sysdeps/unix/sysv/linux/mips/configure
sysdeps/unix/sysv/linux/mips/configure.in

index 45409a0..65ff19d 100644 (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.
index d8f1304..099014f 100644 (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
index 4871382..466a349 100644 (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