Use GCC 9 in build-many-glibcs.py.

* scripts/build-many-glibcs.py (Context.checkout): Default GCC
	version to 9 branch.
This commit is contained in:
Joseph Myers 2019-05-07 14:46:11 +00:00
parent 32e902a94e
commit c4a392cfd1
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2019-05-07 Joseph Myers <joseph@codesourcery.com>
* scripts/build-many-glibcs.py (Context.checkout): Default GCC
version to 9 branch.
2019-05-03 Anton Youdkevitch <anton.youdkevitch@bell-sw.com>
* sysdeps/aarch64/multiarch/ifunc-impl-list.c: Added

View File

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