]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
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 bbf38b690a331c6defa938afab5a6e6cec0421f3..c4fc9ab22a675a161baee26e72a7aeb1b61fd828 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 14be5b71af5d9d11a56ee6177d7a97e38ddb0b27..025876486a354fba2ba66b74675d8a5f0da9f5b1 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',