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

* scripts/build-many-glibcs.py (Context.checkout): Default Linux
	kernel version to 4.10.
This commit is contained in:
Joseph Myers 2017-02-22 17:10:09 +00:00
parent 72aaa20bbc
commit bf0b5360da
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2017-02-22 Joseph Myers <joseph@codesourcery.com>
* scripts/build-many-glibcs.py (Context.checkout): Default Linux
kernel version to 4.10.
2017-02-21 Joseph Myers <joseph@codesourcery.com>
* sysdeps/unix/sysv/linux/bits/in.h (IP_RECVFRAGSIZE): New macro.

View File

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