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

Use Linux 4.17 in build-many-glibcs.py.

* scripts/build-many-glibcs.py (Context.checkout): Default Linux
	version to 4.17
This commit is contained in:
Joseph Myers
2018-06-04 17:11:11 +00:00
parent d2d9dfb663
commit ab3a0da0b5
2 changed files with 6 additions and 1 deletions

View File

@ -709,7 +709,7 @@ class Context(object):
'gcc': 'vcs-8',
'glibc': 'vcs-mainline',
'gmp': '6.1.2',
'linux': '4.16',
'linux': '4.17',
'mpc': '1.1.0',
'mpfr': '4.0.1',
'mig': 'vcs-mainline',