diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rwxr-xr-x | scripts/build-many-glibcs.py | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index a8f4ac76ad..afae0c3b30 100644 --- 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. 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 = {} |