diff mbox series

Use binutils 2.40 branch in build-many-glibcs.py

Message ID d26ec186-546c-9ade-7218-f1a5c747f22@codesourcery.com
State New
Headers show
Series Use binutils 2.40 branch in build-many-glibcs.py | expand

Commit Message

Joseph Myers Jan. 17, 2023, 8:42 p.m. UTC
This patch makes build-many-glibcs.py use binutils 2.40 branch.

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

Patch

diff --git a/scripts/build-many-glibcs.py b/scripts/build-many-glibcs.py
index ae1346c96d..0e8719c03b 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',