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

@ -1,3 +1,8 @@
2018-06-04 Joseph Myers <joseph@codesourcery.com>
* scripts/build-many-glibcs.py (Context.checkout): Default Linux
version to 4.17
2018-06-02 Samuel Thibault <samuel.thibault@ens-lyon.org>
* bits/shm.h (struct shmid_ds): Make shm_segsz field size_t instead of

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',