summary refs log tree commit diff
path: root/scripts
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2021-02-04 16:00:36 +0000
committerJoseph Myers <joseph@codesourcery.com>2021-02-04 16:00:36 +0000
commitdfc3907cde01f1f15d962f3c9eda9fad1fc7b74f (patch)
treeb91921ec418892db72366bfed4fd8970a76e6744 /scripts
parent2d8a22cdecca225068f56bcfee862696d5b4a83b (diff)
downloadglibc-dfc3907cde01f1f15d962f3c9eda9fad1fc7b74f.tar.gz
glibc-dfc3907cde01f1f15d962f3c9eda9fad1fc7b74f.tar.xz
glibc-dfc3907cde01f1f15d962f3c9eda9fad1fc7b74f.zip
Use binutils 2.36 branch in build-many-glibcs.py.
This patch makes build-many-glibcs.py use binutils 2.36 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 9c08ab7b32..071f338cbb 100755
--- a/scripts/build-many-glibcs.py
+++ b/scripts/build-many-glibcs.py
@@ -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',