From bf0b5360da68421a03f52e2178240728c402a719 Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Wed, 22 Feb 2017 17:10:09 +0000 Subject: [PATCH] Use Linux 4.10 in build-many-glibcs.py. * scripts/build-many-glibcs.py (Context.checkout): Default Linux kernel version to 4.10. --- ChangeLog | 5 +++++ scripts/build-many-glibcs.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index a8f4ac76ad..afae0c3b30 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2017-02-22 Joseph Myers + + * scripts/build-many-glibcs.py (Context.checkout): Default Linux + kernel version to 4.10. + 2017-02-21 Joseph Myers * sysdeps/unix/sysv/linux/bits/in.h (IP_RECVFRAGSIZE): New macro. diff --git a/scripts/build-many-glibcs.py b/scripts/build-many-glibcs.py index 4f724ced6f..4330f7fc50 100755 --- a/scripts/build-many-glibcs.py +++ b/scripts/build-many-glibcs.py @@ -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 = {} -- 2.43.5