mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-23 17:53:37 +08: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:
parent
2180fee114
commit
d0212d429d
@ -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>
|
||||
|
||||
[BZ #22442]
|
||||
|
@ -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 = {}
|
||||
|
Loading…
Reference in New Issue
Block a user