mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-28 00:21:52 +03:00
Use binutils 2.31 branch in build-many-glibcs.py.
* scripts/build-many-glibcs.py (Context.checkout): Default binutils version to 2.31 branch.
This commit is contained in:
@ -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',
|
||||
|
Reference in New Issue
Block a user