about summary refs log tree commit diff
path: root/scripts
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2019-09-30 22:21:39 +0000
committerJoseph Myers <joseph@codesourcery.com>2019-09-30 22:21:39 +0000
commitb5b67ecec1de9c9425a96cb8a7699b104c106de7 (patch)
treed6a3162501d53668c038c73af18a1ca8298ea237 /scripts
parent9c44c6a908339e6d6eafa3639e641d5caea5e1ee (diff)
downloadglibc-b5b67ecec1de9c9425a96cb8a7699b104c106de7.tar.gz
glibc-b5b67ecec1de9c9425a96cb8a7699b104c106de7.tar.xz
glibc-b5b67ecec1de9c9425a96cb8a7699b104c106de7.zip
Use binutils 2.33 branch in build-many-glibcs.py.
This patch makes build-many-glibcs.py default to binutils 2.33 branch.

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

	* scripts/build-many-glibcs.py (Context.checkout): Default
	binutils version to 2.33 branch.
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/build-many-glibcs.py2
1 files changed, 1 insertions, 1 deletions
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',