mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-21 20:40:05 +00: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:
parent
c8fabb8434
commit
b99f1c957d
@ -1,3 +1,8 @@
|
||||
2018-07-20 Joseph Myers <joseph@codesourcery.com>
|
||||
|
||||
* scripts/build-many-glibcs.py (Context.checkout): Default
|
||||
binutils version to 2.31 branch.
|
||||
|
||||
2018-07-20 Zong Li <zong@andestech.com>
|
||||
|
||||
* scripts/build-many-glibcs.py (Context.checkout_tar): Change the
|
||||
|
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user