From: Joseph Myers Date: Mon, 1 May 2017 11:15:43 +0000 (+0000) Subject: Default Linux kernel version in build-many-glibcs.py to 4.11. X-Git-Tag: glibc-2.26~570 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3e4df7ef132b347859a64d5231aa40cf857f0a35;p=thirdparty%2Fglibc.git Default Linux kernel version in build-many-glibcs.py to 4.11. * scripts/build-many-glibcs.py (Context.checkout): Default Linux kernel version to 4.11. --- diff --git a/ChangeLog b/ChangeLog index a5c806ad356..593fc2f4827 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2017-05-01 Joseph Myers + + * scripts/build-many-glibcs.py (Context.checkout): Default Linux + kernel version to 4.11. + 2017-04-28 Tulio Magno Quites Machado Filho [BZ #21280] diff --git a/scripts/build-many-glibcs.py b/scripts/build-many-glibcs.py index 6f11a9cfaaf..1a32c82dfff 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.1', - 'linux': '4.10', + 'linux': '4.11', 'mpc': '1.0.3', 'mpfr': '3.1.5'} use_versions = {}