From: Joseph Myers Date: Mon, 4 Sep 2017 15:34:58 +0000 (+0000) Subject: Use Linux 4.13 in build-many-glibcs.py. X-Git-Tag: glibc-2.27~970 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=059b64046e2ca4e55d28a65ef7235da8eeb525ea;p=thirdparty%2Fglibc.git Use Linux 4.13 in build-many-glibcs.py. * scripts/build-many-glibcs.py (Context.checkout): Default Linux kernel version to 4.13. --- diff --git a/ChangeLog b/ChangeLog index f2e61b7ffdc..ef4a6edc5ea 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2017-09-04 Joseph Myers + + * scripts/build-many-glibcs.py (Context.checkout): Default Linux + kernel version to 4.13. + 2017-09-03 Samuel Thibault * sysdeps/generic/sigsetops.h: Remove spurious #endif. diff --git a/scripts/build-many-glibcs.py b/scripts/build-many-glibcs.py index 5fbb564a143..4c3ac257a49 100755 --- a/scripts/build-many-glibcs.py +++ b/scripts/build-many-glibcs.py @@ -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 = {}