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

Message ID alpine.DEB.2.22.394.2202100320550.136717@digraph.polyomino.org.uk
State Committed
Commit fb55d9b945ca7c88e01298657908fb3c54d0302c
Headers
Series Use binutils 2.38 branch in build-many-glibcs.py |

Checks

Context Check Description
dj/TryBot-apply_patch success Patch applied to master at the time it was sent
dj/TryBot-32bit success Build for i686

Commit Message

Joseph Myers Feb. 10, 2022, 3:21 a.m. UTC
  This patch makes build-many-glibcs.py use binutils 2.38 branch.

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

Comments

Andreas Schwab Feb. 10, 2022, 9:25 a.m. UTC | #1
Ok.
  

Patch

diff --git a/scripts/build-many-glibcs.py b/scripts/build-many-glibcs.py
index f0d0b1d6ec..edaac2d8f5 100755
--- a/scripts/build-many-glibcs.py
+++ b/scripts/build-many-glibcs.py
@@ -785,7 +785,7 @@  class Context(object):
 
     def checkout(self, versions):
         """Check out the desired component versions."""
-        default_versions = {'binutils': 'vcs-2.37',
+        default_versions = {'binutils': 'vcs-2.38',
                             'gcc': 'vcs-11',
                             'glibc': 'vcs-mainline',
                             'gmp': '6.2.1',