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

This patch makes build-many-glibcs.py use Linux 4.15.  Other glibc
updates for Linux 4.15 can wait until after the 2.27 release.

	* scripts/build-many-glibcs.py (Context.checkout): Default Linux
	version to 4.15.
This commit is contained in:
Joseph Myers 2018-01-29 13:38:21 +00:00
parent 8b406f8776
commit 522623e4aa
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2018-01-29 Joseph Myers <joseph@codesourcery.com>
* scripts/build-many-glibcs.py (Context.checkout): Default Linux
version to 4.15.
2018-01-29 Rafal Luzynski <digitalfreak@lingonborough.com>
[BZ #10871]

View File

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