1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-29 11:41:21 +03:00

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

* scripts/build-many-glibcs.py (Context.checkout): Default
	binutils version to 2.32 branch.
This commit is contained in:
Joseph Myers
2019-01-21 22:51:18 +00:00
parent 108bc4049f
commit 712f1167b4
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2019-01-21 Joseph Myers <joseph@codesourcery.com>
* scripts/build-many-glibcs.py (Context.checkout): Default
binutils version to 2.32 branch.
2019-01-21 Florian Weimer <fweimer@redhat.com> 2019-01-21 Florian Weimer <fweimer@redhat.com>
[BZ #20018] [BZ #20018]

View File

@ -710,7 +710,7 @@ class Context(object):
def checkout(self, versions): def checkout(self, versions):
"""Check out the desired component versions.""" """Check out the desired component versions."""
default_versions = {'binutils': 'vcs-2.31', default_versions = {'binutils': 'vcs-2.32',
'gcc': 'vcs-8', 'gcc': 'vcs-8',
'glibc': 'vcs-mainline', 'glibc': 'vcs-mainline',
'gmp': '6.1.2', 'gmp': '6.1.2',