Use binutils 2.33 branch in build-many-glibcs.py [committed]

Message ID alpine.DEB.2.21.1909302221560.1462@digraph.polyomino.org.uk
State Committed
Headers

Commit Message

Joseph Myers Sept. 30, 2019, 10:22 p.m. UTC
  This patch makes build-many-glibcs.py default to binutils 2.33 branch.

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

2019-09-30  Joseph Myers  <joseph@codesourcery.com>

	* scripts/build-many-glibcs.py (Context.checkout): Default
	binutils version to 2.33 branch.
  

Patch

diff --git a/scripts/build-many-glibcs.py b/scripts/build-many-glibcs.py
index b507de9f1f..4b3c4bfb76 100755
--- a/scripts/build-many-glibcs.py
+++ b/scripts/build-many-glibcs.py
@@ -703,7 +703,7 @@  class Context(object):
 
     def checkout(self, versions):
         """Check out the desired component versions."""
-        default_versions = {'binutils': 'vcs-2.32',
+        default_versions = {'binutils': 'vcs-2.33',
                             'gcc': 'vcs-9',
                             'glibc': 'vcs-mainline',
                             'gmp': '6.1.2',