mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03:00
Use Linux 4.16 in build-many-glibcs.py.
* scripts/build-many-glibcs.py (Context.checkout): Default Linux version to 4.16.
This commit is contained in:
@ -716,7 +716,7 @@ class Context(object):
|
||||
'gcc': 'vcs-7',
|
||||
'glibc': 'vcs-mainline',
|
||||
'gmp': '6.1.2',
|
||||
'linux': '4.15',
|
||||
'linux': '4.16',
|
||||
'mpc': '1.1.0',
|
||||
'mpfr': '4.0.1',
|
||||
'mig': 'vcs-mainline',
|
||||
|
Reference in New Issue
Block a user