Use Linux 4.10 in build-many-glibcs.py.
authorJoseph Myers <joseph@codesourcery.com>
Wed, 22 Feb 2017 17:10:09 +0000 (17:10 +0000)
committerJoseph Myers <joseph@codesourcery.com>
Wed, 22 Feb 2017 17:10:09 +0000 (17:10 +0000)
* scripts/build-many-glibcs.py (Context.checkout): Default Linux
kernel version to 4.10.

ChangeLog
scripts/build-many-glibcs.py

index a8f4ac76addcf8d6922f93b121a294fddad12e81..afae0c3b30c6f7f8589496b679d969862e5f547a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2017-02-22  Joseph Myers  <joseph@codesourcery.com>
+
+       * scripts/build-many-glibcs.py (Context.checkout): Default Linux
+       kernel version to 4.10.
+
 2017-02-21  Joseph Myers  <joseph@codesourcery.com>
 
        * sysdeps/unix/sysv/linux/bits/in.h (IP_RECVFRAGSIZE): New macro.
index 4f724ced6f0086a95a2bcd606d93e55641c48993..4330f7fc50fbb5785bcf6bbd0492a44b108448ea 100755 (executable)
@@ -699,7 +699,7 @@ class Context(object):
                             'gcc': 'vcs-6',
                             'glibc': 'vcs-mainline',
                             'gmp': '6.1.1',
-                            'linux': '4.9',
+                            'linux': '4.10',
                             'mpc': '1.0.3',
                             'mpfr': '3.1.5'}
         use_versions = {}