Use binutils 2.37 branch in build-many-glibcs.py
authorJoseph Myers <joseph@codesourcery.com>
Mon, 9 Aug 2021 17:00:36 +0000 (17:00 +0000)
committerJoseph Myers <joseph@codesourcery.com>
Mon, 9 Aug 2021 17:00:36 +0000 (17:00 +0000)
This patch makes build-many-glibcs.py use binutils 2.37 branch.

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

scripts/build-many-glibcs.py

index 5a77af9..0322ed1 100755 (executable)
@@ -778,7 +778,7 @@ class Context(object):
 
     def checkout(self, versions):
         """Check out the desired component versions."""
-        default_versions = {'binutils': 'vcs-2.36',
+        default_versions = {'binutils': 'vcs-2.37',
                             'gcc': 'vcs-11',
                             'glibc': 'vcs-mainline',
                             'gmp': '6.2.1',