]> sourceware.org Git - glibc.git/commitdiff
Use binutils 2.34 branch in build-many-glibcs.py.
authorJoseph Myers <joseph@codesourcery.com>
Mon, 3 Feb 2020 20:38:27 +0000 (20:38 +0000)
committerJoseph Myers <joseph@codesourcery.com>
Mon, 3 Feb 2020 20:38:27 +0000 (20:38 +0000)
This patch makes build-many-glibcs.py use binutils 2.34 branch.

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

scripts/build-many-glibcs.py

index c556cd8d8df4dec3521d970f1e97ac2bf3eff7c0..3625e667a960d52027c728e15ea893a770afbd0f 100755 (executable)
@@ -729,7 +729,7 @@ class Context(object):
 
     def checkout(self, versions):
         """Check out the desired component versions."""
-        default_versions = {'binutils': 'vcs-2.33',
+        default_versions = {'binutils': 'vcs-2.34',
                             'gcc': 'vcs-9',
                             'glibc': 'vcs-mainline',
                             'gmp': '6.1.2',
This page took 0.045681 seconds and 5 git commands to generate.