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]

GNU C Library master sources branch master updated. glibc-2.25-251-g6ef8a2c


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 "GNU C Library master sources".

The branch, master has been updated
       via  6ef8a2c76a79f803343d0d1242cacd1265246153 (commit)
      from  1e1f44de64d12a9539155665cd0aedee7909b00d (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://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=6ef8a2c76a79f803343d0d1242cacd1265246153

commit 6ef8a2c76a79f803343d0d1242cacd1265246153
Author: Joseph Myers <joseph@codesourcery.com>
Date:   Wed Apr 26 15:26:47 2017 +0000

    Default build-many-glibcs.py to GCC 7 branch.
    
    Now there is a GCC 7 release branch, this patch makes
    build-many-glibcs.py default to using it instead of GCC 6.
    
    Relative to GCC 6, this fixes the MicroBlaze build but introduces ICEs
    building glibc testcases for SH (GCC PRs 78459, 78460; the latter is
    an out-of-memory issue so you may want to set memory limits when
    running build-many-glibcs.py).
    
    	* scripts/build-many-glibcs.py (Context.checkout): Default gcc
    	version to 7 branch.

diff --git a/ChangeLog b/ChangeLog
index 042262e..89ee733 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2017-04-26  Joseph Myers  <joseph@codesourcery.com>
+
+	* scripts/build-many-glibcs.py (Context.checkout): Default gcc
+	version to 7 branch.
+
 2017-04-25  Uros Bizjak  <ubizjak@gmail.com>
 
 	* sysdeps/alpha/fpu/math_private.h (__ieee754_sqrt): Add
diff --git a/scripts/build-many-glibcs.py b/scripts/build-many-glibcs.py
index 388abc3..6f11a9c 100755
--- a/scripts/build-many-glibcs.py
+++ b/scripts/build-many-glibcs.py
@@ -683,7 +683,7 @@ class Context(object):
     def checkout(self, versions):
         """Check out the desired component versions."""
         default_versions = {'binutils': 'vcs-2.28',
-                            'gcc': 'vcs-6',
+                            'gcc': 'vcs-7',
                             'glibc': 'vcs-mainline',
                             'gmp': '6.1.1',
                             'linux': '4.10',

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

Summary of changes:
 ChangeLog                    |    5 +++++
 scripts/build-many-glibcs.py |    2 +-
 2 files changed, 6 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
GNU C Library master sources


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