mirror of
git://sourceware.org/git/glibc.git
synced 2024-11-21 01:12:26 +08:00
Use Linux 4.13 in build-many-glibcs.py.
* scripts/build-many-glibcs.py (Context.checkout): Default Linux kernel version to 4.13.
This commit is contained in:
parent
6547ec0ad8
commit
059b64046e
@ -1,3 +1,8 @@
|
||||
2017-09-04 Joseph Myers <joseph@codesourcery.com>
|
||||
|
||||
* scripts/build-many-glibcs.py (Context.checkout): Default Linux
|
||||
kernel version to 4.13.
|
||||
|
||||
2017-09-03 Samuel Thibault <samuel.thibault@ens-lyon.org>
|
||||
|
||||
* sysdeps/generic/sigsetops.h: Remove spurious #endif.
|
||||
|
@ -686,7 +686,7 @@ class Context(object):
|
||||
'gcc': 'vcs-7',
|
||||
'glibc': 'vcs-mainline',
|
||||
'gmp': '6.1.2',
|
||||
'linux': '4.12',
|
||||
'linux': '4.13',
|
||||
'mpc': '1.0.3',
|
||||
'mpfr': '3.1.5'}
|
||||
use_versions = {}
|
||||
|
Loading…
Reference in New Issue
Block a user