]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Use binutils 2.42 branch in build-many-glibcs.py
authorJoseph Myers <josmyers@redhat.com>
Tue, 30 Jan 2024 14:20:35 +0000 (14:20 +0000)
committerJoseph Myers <josmyers@redhat.com>
Tue, 30 Jan 2024 14:20:35 +0000 (14:20 +0000)
This patch makes build-many-glibcs.py use binutils 2.42 branch.

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

scripts/build-many-glibcs.py

index d142684fdfc3fe249284d74803e8ff568990331b..784c80d132cc11a9b647b4ab5b5f490746f1865e 100755 (executable)
@@ -813,7 +813,7 @@ class Context(object):
 
     def checkout(self, versions):
         """Check out the desired component versions."""
-        default_versions = {'binutils': 'vcs-2.41',
+        default_versions = {'binutils': 'vcs-2.42',
                             'gcc': 'vcs-13',
                             'glibc': 'vcs-mainline',
                             'gmp': '6.3.0',