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

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

Commit Message

Joseph Myers Jan. 21, 2019, 10:51 p.m. UTC
  Committed.

2019-01-21  Joseph Myers  <joseph@codesourcery.com>

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

Patch

diff --git a/scripts/build-many-glibcs.py b/scripts/build-many-glibcs.py
index 14be5b71af..025876486a 100755
--- a/scripts/build-many-glibcs.py
+++ b/scripts/build-many-glibcs.py
@@ -710,7 +710,7 @@  class Context(object):
 
     def checkout(self, versions):
         """Check out the desired component versions."""
-        default_versions = {'binutils': 'vcs-2.31',
+        default_versions = {'binutils': 'vcs-2.32',
                             'gcc': 'vcs-8',
                             'glibc': 'vcs-mainline',
                             'gmp': '6.1.2',