This is the mail archive of the glibc-cvs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Community source repository for glibc add-on ports branch, master, updated. glibc-2.12-43-g604e89e


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Community source repository for glibc add-on ports".

The branch, master has been updated
       via  604e89e473cda0e7039c2d626ec1de4e12a70584 (commit)
      from  2c2019389ef7286279edd1a120739906b1a61138 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://sources.redhat.com/git/gitweb.cgi?p=glibc-ports.git;a=commitdiff;h=604e89e473cda0e7039c2d626ec1de4e12a70584

commit 604e89e473cda0e7039c2d626ec1de4e12a70584
Author: Joseph Myers <joseph@codesourcery.com>
Date:   Mon Dec 6 16:25:46 2010 +0000

    Increase minimum MIPS kernel to 2.4.1.

diff --git a/ChangeLog.mips b/ChangeLog.mips
index 8ea85cc..42fcc78 100644
--- a/ChangeLog.mips
+++ b/ChangeLog.mips
@@ -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,
diff --git a/sysdeps/unix/sysv/linux/mips/configure b/sysdeps/unix/sysv/linux/mips/configure
index cad59b5..2233f6f 100644
--- a/sysdeps/unix/sysv/linux/mips/configure
+++ b/sysdeps/unix/sysv/linux/mips/configure
@@ -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
diff --git a/sysdeps/unix/sysv/linux/mips/configure.in b/sysdeps/unix/sysv/linux/mips/configure.in
index 7248e1f..c2e66ed 100644
--- a/sysdeps/unix/sysv/linux/mips/configure.in
+++ b/sysdeps/unix/sysv/linux/mips/configure.in
@@ -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

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog.mips                            |    6 ++++++
 sysdeps/unix/sysv/linux/mips/configure    |    2 +-
 sysdeps/unix/sysv/linux/mips/configure.in |    2 +-
 3 files changed, 8 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
Community source repository for glibc add-on ports


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]