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.15-157-g4053d05


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  4053d054cd15f9dd7cf60d19f72d143582f0b81a (commit)
      from  ee6cb8adf29d2b9925c7b3522d1fbe8ec4d1f27c (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=4053d054cd15f9dd7cf60d19f72d143582f0b81a

commit 4053d054cd15f9dd7cf60d19f72d143582f0b81a
Author: Joseph Myers <joseph@codesourcery.com>
Date:   Fri Apr 27 20:52:33 2012 +0000

    Increase minimum MIPS kernel version to 2.6.12.

diff --git a/ChangeLog.mips b/ChangeLog.mips
index 45409a0..65ff19d 100644
--- a/ChangeLog.mips
+++ b/ChangeLog.mips
@@ -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.
diff --git a/sysdeps/unix/sysv/linux/mips/configure b/sysdeps/unix/sysv/linux/mips/configure
index d8f1304..099014f 100644
--- a/sysdeps/unix/sysv/linux/mips/configure
+++ b/sysdeps/unix/sysv/linux/mips/configure
@@ -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
diff --git a/sysdeps/unix/sysv/linux/mips/configure.in b/sysdeps/unix/sysv/linux/mips/configure.in
index 4871382..466a349 100644
--- a/sysdeps/unix/sysv/linux/mips/configure.in
+++ b/sysdeps/unix/sysv/linux/mips/configure.in
@@ -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

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

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]