]> sourceware.org Git - glibc.git/commitdiff
Use binutils 2.36 branch in build-many-glibcs.py.
authorJoseph Myers <joseph@codesourcery.com>
Thu, 4 Feb 2021 16:00:36 +0000 (16:00 +0000)
committerJoseph Myers <joseph@codesourcery.com>
Thu, 4 Feb 2021 16:00:36 +0000 (16:00 +0000)
This patch makes build-many-glibcs.py use binutils 2.36 branch.

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

scripts/build-many-glibcs.py

index 9c08ab7b326e6385abb835eb32dd143952a71942..071f338cbbc21545b2235e7eebe9fb89e430e405 100755 (executable)
@@ -765,7 +765,7 @@ class Context(object):
 
     def checkout(self, versions):
         """Check out the desired component versions."""
-        default_versions = {'binutils': 'vcs-2.35',
+        default_versions = {'binutils': 'vcs-2.36',
                             'gcc': 'vcs-10',
                             'glibc': 'vcs-mainline',
                             'gmp': '6.2.1',
This page took 0.044674 seconds and 5 git commands to generate.