]> sourceware.org Git - glibc.git/commitdiff
Use binutils 2.43 branch in build-many-glibcs.py
authorJoseph Myers <josmyers@redhat.com>
Tue, 6 Aug 2024 17:00:50 +0000 (17:00 +0000)
committerJoseph Myers <josmyers@redhat.com>
Tue, 6 Aug 2024 17:00:50 +0000 (17:00 +0000)
This patch makes build-many-glibcs.py use binutils 2.43 branch.

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

scripts/build-many-glibcs.py

index 8bfe29876d8a137be7622a1a00c8566829a1365d..7882d7d6fb66df743efde6eb17fb72a6bcf20649 100755 (executable)
@@ -830,7 +830,7 @@ class Context(object):
 
     def checkout(self, versions):
         """Check out the desired component versions."""
-        default_versions = {'binutils': 'vcs-2.42',
+        default_versions = {'binutils': 'vcs-2.43',
                             'gcc': 'vcs-13',
                             'glibc': 'vcs-mainline',
                             'gmp': '6.3.0',
This page took 0.035527 seconds and 5 git commands to generate.