mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-28 00:21:52 +03: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:
@ -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>
|
2017-02-21 Joseph Myers <joseph@codesourcery.com>
|
||||||
|
|
||||||
* sysdeps/unix/sysv/linux/bits/in.h (IP_RECVFRAGSIZE): New macro.
|
* sysdeps/unix/sysv/linux/bits/in.h (IP_RECVFRAGSIZE): New macro.
|
||||||
|
@ -699,7 +699,7 @@ class Context(object):
|
|||||||
'gcc': 'vcs-6',
|
'gcc': 'vcs-6',
|
||||||
'glibc': 'vcs-mainline',
|
'glibc': 'vcs-mainline',
|
||||||
'gmp': '6.1.1',
|
'gmp': '6.1.1',
|
||||||
'linux': '4.9',
|
'linux': '4.10',
|
||||||
'mpc': '1.0.3',
|
'mpc': '1.0.3',
|
||||||
'mpfr': '3.1.5'}
|
'mpfr': '3.1.5'}
|
||||||
use_versions = {}
|
use_versions = {}
|
||||||
|
Reference in New Issue
Block a user