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

* scripts/build-many-glibcs.py (Context.checkout): Default Linux
	version to 4.16.
This commit is contained in:
Joseph Myers 2018-04-03 15:41:08 +00:00
parent 8e4754ed7e
commit f72aa11d7e
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2018-04-03 Joseph Myers <joseph@codesourcery.com>
* scripts/build-many-glibcs.py (Context.checkout): Default Linux
version to 4.16.
2018-04-03 Adhemerval Zanella <adhemerval.zanella@linaro.org>
* sysdeps/posix/opendir.c (o_directory_works, tryopen_o_directory):

View File

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