aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2023-08-08 12:53:50 +0000
committerJoseph Myers <joseph@codesourcery.com>2023-08-08 12:53:50 +0000
commit3fcfb76bab97e55e7491db5fc1f11655b0993865 (patch)
treeb29fb7ee86a41efceb711b1dffbc57919149945c /scripts
parent92861d93cdad13834f4d8f39504b550a80ad8200 (diff)
downloadglibc-3fcfb76bab97e55e7491db5fc1f11655b0993865.zip
glibc-3fcfb76bab97e55e7491db5fc1f11655b0993865.tar.gz
glibc-3fcfb76bab97e55e7491db5fc1f11655b0993865.tar.bz2
Use binutils 2.41 branch in build-many-glibcs.py
This patch makes build-many-glibcs.py use binutils 2.41 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 73ffc57..fb56a4a 100755
--- a/scripts/build-many-glibcs.py
+++ b/scripts/build-many-glibcs.py
@@ -800,7 +800,7 @@ class Context(object):
def checkout(self, versions):
"""Check out the desired component versions."""
- default_versions = {'binutils': 'vcs-2.40',
+ default_versions = {'binutils': 'vcs-2.41',
'gcc': 'vcs-13',
'glibc': 'vcs-mainline',
'gmp': '6.2.1',