mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-28 00:21:52 +03:00
Use Linux 4.14 in build-many-glibcs.py.
* scripts/build-many-glibcs.py (Context.checkout): Default Linux kernel version to 4.14.
This commit is contained in:
@ -691,7 +691,7 @@ class Context(object):
|
||||
'gcc': 'vcs-7',
|
||||
'glibc': 'vcs-mainline',
|
||||
'gmp': '6.1.2',
|
||||
'linux': '4.13',
|
||||
'linux': '4.14',
|
||||
'mpc': '1.0.3',
|
||||
'mpfr': '3.1.6'}
|
||||
use_versions = {}
|
||||
|
Reference in New Issue
Block a user