From f72aa11d7e3008d608e1092abade16101fed8f35 Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Tue, 3 Apr 2018 15:41:08 +0000 Subject: [PATCH] Use Linux 4.16 in build-many-glibcs.py. * scripts/build-many-glibcs.py (Context.checkout): Default Linux version to 4.16. --- ChangeLog | 5 +++++ scripts/build-many-glibcs.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 62d22c4..a9da4d4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2018-04-03 Joseph Myers + + * scripts/build-many-glibcs.py (Context.checkout): Default Linux + version to 4.16. + 2018-04-03 Adhemerval Zanella * sysdeps/posix/opendir.c (o_directory_works, tryopen_o_directory): diff --git a/scripts/build-many-glibcs.py b/scripts/build-many-glibcs.py index 09c3c7c..79b1cd2 100755 --- a/scripts/build-many-glibcs.py +++ b/scripts/build-many-glibcs.py @@ -716,7 +716,7 @@ class Context(object): 'gcc': 'vcs-7', 'glibc': 'vcs-mainline', 'gmp': '6.1.2', - 'linux': '4.15', + 'linux': '4.16', 'mpc': '1.1.0', 'mpfr': '4.0.1', 'mig': 'vcs-mainline', -- 2.7.4