mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +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:
@ -1,3 +1,8 @@
|
|||||||
|
2018-01-29 Joseph Myers <joseph@codesourcery.com>
|
||||||
|
|
||||||
|
* scripts/build-many-glibcs.py (Context.checkout): Default Linux
|
||||||
|
version to 4.15.
|
||||||
|
|
||||||
2018-01-29 Rafal Luzynski <digitalfreak@lingonborough.com>
|
2018-01-29 Rafal Luzynski <digitalfreak@lingonborough.com>
|
||||||
|
|
||||||
[BZ #10871]
|
[BZ #10871]
|
||||||
|
@ -701,7 +701,7 @@ class Context(object):
|
|||||||
'gcc': 'vcs-7',
|
'gcc': 'vcs-7',
|
||||||
'glibc': 'vcs-mainline',
|
'glibc': 'vcs-mainline',
|
||||||
'gmp': '6.1.2',
|
'gmp': '6.1.2',
|
||||||
'linux': '4.14',
|
'linux': '4.15',
|
||||||
'mpc': '1.1.0',
|
'mpc': '1.1.0',
|
||||||
'mpfr': '4.0.0',
|
'mpfr': '4.0.0',
|
||||||
'mig': 'vcs-mainline',
|
'mig': 'vcs-mainline',
|
||||||
|
Reference in New Issue
Block a user