]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Use binutils 2.31 branch in build-many-glibcs.py.
authorJoseph Myers <joseph@codesourcery.com>
Fri, 20 Jul 2018 16:11:15 +0000 (16:11 +0000)
committerJoseph Myers <joseph@codesourcery.com>
Fri, 20 Jul 2018 16:11:15 +0000 (16:11 +0000)
* scripts/build-many-glibcs.py (Context.checkout): Default
binutils version to 2.31 branch.

ChangeLog
scripts/build-many-glibcs.py

index d69871e648615c1cef7a6f79c7325e3c1c7f7bff..03dbce43d9907cb232a9a1bd9d33b415cf1102b2 100644 (file)
--- 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
index 892288da79c5be86d70af2cdf6cb131ecc82a8bf..8ef463f57ad62d15edb634796d0e1f0f33d3cd21 100755 (executable)
@@ -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',