]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Make build-many-glibcs.py use binutils 2.28 branch by default.
authorJoseph Myers <joseph@codesourcery.com>
Mon, 2 Jan 2017 13:30:03 +0000 (13:30 +0000)
committerJoseph Myers <joseph@codesourcery.com>
Mon, 2 Jan 2017 13:30:03 +0000 (13:30 +0000)
Now that a release branch exists for binutils 2.28, this patch makes
build-many-glibcs.py use that by default in place of 2.27.

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

ChangeLog
scripts/build-many-glibcs.py

index 8a163cc770e443cf13e30f3acaffe2688d33fb65..0ce133c558363b258c36f4aedf86de5f890d63bb 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2017-01-02  Joseph Myers  <joseph@codesourcery.com>
+
+       * scripts/build-many-glibcs.py (Context.checkout): Default
+       binutils version to 2.28 branch.
+
 2017-01-01  Florian Weimer  <fweimer@redhat.com>
 
        * support/support_format_netent.c (support_format_netent): Work
index 030bd2d49ff4cc78dc9af9914c8b717bf7a2ed5b..9ca9236d60abfd1a627e377e90a46d3f8bcddc14 100755 (executable)
@@ -654,7 +654,7 @@ class Context(object):
 
     def checkout(self, versions):
         """Check out the desired component versions."""
-        default_versions = {'binutils': 'vcs-2.27',
+        default_versions = {'binutils': 'vcs-2.28',
                             'gcc': 'vcs-6',
                             'glibc': 'vcs-mainline',
                             'gmp': '6.1.1',