about summary refs log tree commit diff
path: root/scripts
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2020-07-27 14:55:10 +0000
committerJoseph Myers <joseph@codesourcery.com>2020-07-27 14:55:10 +0000
commitb51c1500e02cec3a61c385d5aa919287f32bbd58 (patch)
tree1034e0d7d6aaef59ff14ee2a962393a94420b48d /scripts
parent2dc33b928b389f50e7fd8cadd952b79112a071ab (diff)
downloadglibc-b51c1500e02cec3a61c385d5aa919287f32bbd58.tar.gz
glibc-b51c1500e02cec3a61c385d5aa919287f32bbd58.tar.xz
glibc-b51c1500e02cec3a61c385d5aa919287f32bbd58.zip
Use binutils 2.35 branch in build-many-glibcs.py.
This patch makes build-many-glibcs.py use binutils 2.35 branch.

Tested with build-many-glibcs.py (compilers and glibcs builds).
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/build-many-glibcs.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build-many-glibcs.py b/scripts/build-many-glibcs.py
index f17a8a250d..efd9a9e6dc 100755
--- a/scripts/build-many-glibcs.py
+++ b/scripts/build-many-glibcs.py
@@ -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',