]> sourceware.org Git - glibc.git/commitdiff
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 8ea85cce9dfa7c8d258f5aa9dc6b209df9d6c4d9..42fcc787b789f374f765fc3192f8b4dccb01ce9c 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 cad59b5f7fa87781b25775e4a8565b9010481d00..2233f6f1f54ed8a2a3b0f3057866951092c0f8ad 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 7248e1f3f53d16ca23897a07e5ade246f521ea9f..c2e66ede8208663295cde97025a211b228e26461 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
This page took 0.051355 seconds and 5 git commands to generate.