mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-09 14:50:05 +00:00
Default Linux kernel version in build-many-glibcs.py to 4.11.
* scripts/build-many-glibcs.py (Context.checkout): Default Linux kernel version to 4.11.
This commit is contained in:
parent
c064f6a613
commit
3e4df7ef13
@ -1,3 +1,8 @@
|
||||
2017-05-01 Joseph Myers <joseph@codesourcery.com>
|
||||
|
||||
* scripts/build-many-glibcs.py (Context.checkout): Default Linux
|
||||
kernel version to 4.11.
|
||||
|
||||
2017-04-28 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
|
||||
|
||||
[BZ #21280]
|
||||
|
@ -686,7 +686,7 @@ class Context(object):
|
||||
'gcc': 'vcs-7',
|
||||
'glibc': 'vcs-mainline',
|
||||
'gmp': '6.1.1',
|
||||
'linux': '4.10',
|
||||
'linux': '4.11',
|
||||
'mpc': '1.0.3',
|
||||
'mpfr': '3.1.5'}
|
||||
use_versions = {}
|
||||
|
Loading…
Reference in New Issue
Block a user