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

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

Commit Message

Joseph Myers July 20, 2018, 4:11 p.m. UTC
  2018-07-20  Joseph Myers  <joseph@codesourcery.com>

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

Patch

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