mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-09 23:00:07 +00:00
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:
parent
72aaa20bbc
commit
bf0b5360da
@ -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.
|
||||
|
@ -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 = {}
|
||||
|
Loading…
Reference in New Issue
Block a user