about summary refs log tree commit diff
path: root/scripts
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2023-01-27 20:53:50 +0000
committerJoseph Myers <joseph@codesourcery.com>2023-01-27 20:53:50 +0000
commit90dffec958f4d423435d155939ef8abf4fedd1f1 (patch)
treea128f0f31f855e6c8f1ad9d2fbd2e7e89b470e0e /scripts
parentd659442e01e659ad6400b29a0e096639853812c6 (diff)
downloadglibc-90dffec958f4d423435d155939ef8abf4fedd1f1.tar.gz
glibc-90dffec958f4d423435d155939ef8abf4fedd1f1.tar.xz
glibc-90dffec958f4d423435d155939ef8abf4fedd1f1.zip
Use binutils 2.40 branch in build-many-glibcs.py
This patch makes build-many-glibcs.py use binutils 2.40 branch.

Tested with build-many-glibcs.py (host-libraries, 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 09264c8b5f..bd212dbc82 100755
--- a/scripts/build-many-glibcs.py
+++ b/scripts/build-many-glibcs.py
@@ -793,7 +793,7 @@ class Context(object):
 
     def checkout(self, versions):
         """Check out the desired component versions."""
-        default_versions = {'binutils': 'vcs-2.39',
+        default_versions = {'binutils': 'vcs-2.40',
                             'gcc': 'vcs-12',
                             'glibc': 'vcs-mainline',
                             'gmp': '6.2.1',