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:
@ -1,3 +1,8 @@
|
|||||||
|
2017-11-15 Joseph Myers <joseph@codesourcery.com>
|
||||||
|
|
||||||
|
* scripts/build-many-glibcs.py (Context.checkout): Default Linux
|
||||||
|
kernel version to 4.14.
|
||||||
|
|
||||||
2017-11-15 Steve Ellcey <sellcey@cavium.com>
|
2017-11-15 Steve Ellcey <sellcey@cavium.com>
|
||||||
|
|
||||||
[BZ #22442]
|
[BZ #22442]
|
||||||
|
@ -691,7 +691,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.13',
|
'linux': '4.14',
|
||||||
'mpc': '1.0.3',
|
'mpc': '1.0.3',
|
||||||
'mpfr': '3.1.6'}
|
'mpfr': '3.1.6'}
|
||||||
use_versions = {}
|
use_versions = {}
|
||||||
|
Reference in New Issue
Block a user