mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-28 00:21:52 +03: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:
@ -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>
|
2017-09-03 Samuel Thibault <samuel.thibault@ens-lyon.org>
|
||||||
|
|
||||||
* sysdeps/generic/sigsetops.h: Remove spurious #endif.
|
* sysdeps/generic/sigsetops.h: Remove spurious #endif.
|
||||||
|
@ -686,7 +686,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.12',
|
'linux': '4.13',
|
||||||
'mpc': '1.0.3',
|
'mpc': '1.0.3',
|
||||||
'mpfr': '3.1.5'}
|
'mpfr': '3.1.5'}
|
||||||
use_versions = {}
|
use_versions = {}
|
||||||
|
Reference in New Issue
Block a user