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

* scripts/build-many-glibcs.py (Context.checkout): Default Linux
	kernel version to 4.14.
This commit is contained in:
Joseph Myers 2017-11-15 17:10:03 +00:00
parent 2180fee114
commit d0212d429d
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2017-11-15 Joseph Myers <joseph@codesourcery.com>
* scripts/build-many-glibcs.py (Context.checkout): Default Linux
kernel version to 4.14.
2017-11-15 Steve Ellcey <sellcey@cavium.com>
[BZ #22442]

View File

@ -691,7 +691,7 @@ class Context(object):
'gcc': 'vcs-7',
'glibc': 'vcs-mainline',
'gmp': '6.1.2',
'linux': '4.13',
'linux': '4.14',
'mpc': '1.0.3',
'mpfr': '3.1.6'}
use_versions = {}