]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Use binutils 2.35 branch in build-many-glibcs.py.
authorJoseph Myers <joseph@codesourcery.com>
Mon, 27 Jul 2020 14:55:10 +0000 (14:55 +0000)
committerJoseph Myers <joseph@codesourcery.com>
Mon, 27 Jul 2020 14:55:10 +0000 (14:55 +0000)
This patch makes build-many-glibcs.py use binutils 2.35 branch.

Tested with build-many-glibcs.py (compilers and glibcs builds).

scripts/build-many-glibcs.py

index f17a8a250d231708a5d757daa99ef656d85503be..efd9a9e6dc8ffac913cd6d0f7bd00841412cb6df 100755 (executable)
@@ -747,7 +747,7 @@ class Context(object):
 
     def checkout(self, versions):
         """Check out the desired component versions."""
-        default_versions = {'binutils': 'vcs-2.34',
+        default_versions = {'binutils': 'vcs-2.35',
                             'gcc': 'vcs-10',
                             'glibc': 'vcs-mainline',
                             'gmp': '6.2.0',