Use binutils 2.32 branch in build-many-glibcs.py.
authorJoseph Myers <joseph@codesourcery.com>
Mon, 21 Jan 2019 22:51:18 +0000 (22:51 +0000)
committerJoseph Myers <joseph@codesourcery.com>
Mon, 21 Jan 2019 22:51:18 +0000 (22:51 +0000)
* scripts/build-many-glibcs.py (Context.checkout): Default
binutils version to 2.32 branch.

ChangeLog
scripts/build-many-glibcs.py

index bbf38b6..c4fc9ab 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2019-01-21  Joseph Myers  <joseph@codesourcery.com>
+
+       * scripts/build-many-glibcs.py (Context.checkout): Default
+       binutils version to 2.32 branch.
+
 2019-01-21  Florian Weimer  <fweimer@redhat.com>
 
        [BZ #20018]
index 14be5b7..0258764 100755 (executable)
@@ -710,7 +710,7 @@ class Context(object):
 
     def checkout(self, versions):
         """Check out the desired component versions."""
-        default_versions = {'binutils': 'vcs-2.31',
+        default_versions = {'binutils': 'vcs-2.32',
                             'gcc': 'vcs-8',
                             'glibc': 'vcs-mainline',
                             'gmp': '6.1.2',