]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Default Linux kernel version in build-many-glibcs.py to 4.11.
authorJoseph Myers <joseph@codesourcery.com>
Mon, 1 May 2017 11:15:43 +0000 (11:15 +0000)
committerJoseph Myers <joseph@codesourcery.com>
Mon, 1 May 2017 11:15:43 +0000 (11:15 +0000)
* scripts/build-many-glibcs.py (Context.checkout): Default Linux
kernel version to 4.11.

ChangeLog
scripts/build-many-glibcs.py

index a5c806ad356bfb58a6a77d8f5f1f0498036e5add..593fc2f482754bcb4e1247370c7ef91ad9682ec7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2017-05-01  Joseph Myers  <joseph@codesourcery.com>
+
+       * scripts/build-many-glibcs.py (Context.checkout): Default Linux
+       kernel version to 4.11.
+
 2017-04-28  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
 
        [BZ #21280]
index 6f11a9cfaaf1d9b1697cd30fa47130987a53ac6c..1a32c82dfff9ce08ae226a405acd198ad08288fb 100755 (executable)
@@ -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 = {}