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.27.9000-613-gb99f1c9


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  b99f1c957d37e6c5dfce2fee7bff17e5a09ce400 (commit)
      from  c8fabb8434b166113059c25eee96107b4dcb3b12 (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=b99f1c957d37e6c5dfce2fee7bff17e5a09ce400

commit b99f1c957d37e6c5dfce2fee7bff17e5a09ce400
Author: Joseph Myers <joseph@codesourcery.com>
Date:   Fri Jul 20 16:11:15 2018 +0000

    Use binutils 2.31 branch in build-many-glibcs.py.
    
    	* scripts/build-many-glibcs.py (Context.checkout): Default
    	binutils version to 2.31 branch.

diff --git a/ChangeLog b/ChangeLog
index d69871e..03dbce4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2018-07-20  Joseph Myers  <joseph@codesourcery.com>
+
+	* scripts/build-many-glibcs.py (Context.checkout): Default
+	binutils version to 2.31 branch.
+
 2018-07-20  Zong Li  <zong@andestech.com>
 
 	* scripts/build-many-glibcs.py (Context.checkout_tar): Change the
diff --git a/scripts/build-many-glibcs.py b/scripts/build-many-glibcs.py
index 892288d..8ef463f 100755
--- a/scripts/build-many-glibcs.py
+++ b/scripts/build-many-glibcs.py
@@ -705,7 +705,7 @@ class Context(object):
 
     def checkout(self, versions):
         """Check out the desired component versions."""
-        default_versions = {'binutils': 'vcs-2.30',
+        default_versions = {'binutils': 'vcs-2.31',
                             'gcc': 'vcs-8',
                             'glibc': 'vcs-mainline',
                             'gmp': '6.1.2',

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

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]