]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Use binutils 2.41 branch in build-many-glibcs.py
authorJoseph Myers <joseph@codesourcery.com>
Tue, 8 Aug 2023 12:53:50 +0000 (12:53 +0000)
committerJoseph Myers <joseph@codesourcery.com>
Tue, 8 Aug 2023 12:53:50 +0000 (12:53 +0000)
This patch makes build-many-glibcs.py use binutils 2.41 branch.

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

scripts/build-many-glibcs.py

index 73ffc57c86c1b49e2362dd8da5889590f9dbeca7..fb56a4a90bee6589baad3bddaa49ac6f49c07b5a 100755 (executable)
@@ -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',