mirror of
https://sourceware.org/git/glibc.git
synced 2025-06-12 08:21:58 +03:00
Use Linux 4.15 in build-many-glibcs.py.
This patch makes build-many-glibcs.py use Linux 4.15. Other glibc updates for Linux 4.15 can wait until after the 2.27 release. * scripts/build-many-glibcs.py (Context.checkout): Default Linux version to 4.15.
This commit is contained in:
@ -701,7 +701,7 @@ class Context(object):
|
||||
'gcc': 'vcs-7',
|
||||
'glibc': 'vcs-mainline',
|
||||
'gmp': '6.1.2',
|
||||
'linux': '4.14',
|
||||
'linux': '4.15',
|
||||
'mpc': '1.1.0',
|
||||
'mpfr': '4.0.0',
|
||||
'mig': 'vcs-mainline',
|
||||
|
Reference in New Issue
Block a user