Default Linux kernel version in build-many-glibcs.py to 4.11.

* scripts/build-many-glibcs.py (Context.checkout): Default Linux
	kernel version to 4.11.
This commit is contained in:
Joseph Myers 2017-05-01 11:15:43 +00:00
parent c064f6a613
commit 3e4df7ef13
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2017-05-01 Joseph Myers <joseph@codesourcery.com>
* scripts/build-many-glibcs.py (Context.checkout): Default Linux
kernel version to 4.11.
2017-04-28 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
[BZ #21280]

View File

@ -686,7 +686,7 @@ class Context(object):
'gcc': 'vcs-7',
'glibc': 'vcs-mainline',
'gmp': '6.1.1',
'linux': '4.10',
'linux': '4.11',
'mpc': '1.0.3',
'mpfr': '3.1.5'}
use_versions = {}