diff options
author | Joseph Myers <joseph@codesourcery.com> | 2017-02-22 17:10:09 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2017-02-22 17:10:09 +0000 |
commit | bf0b5360da68421a03f52e2178240728c402a719 (patch) | |
tree | 5f0212a3c5eebe5d67ed98743356ef6fffa459e8 | |
parent | 72aaa20bbc3eefd9cb0ea7354761e08fa8516ba3 (diff) | |
download | glibc-bf0b5360da68421a03f52e2178240728c402a719.tar.gz glibc-bf0b5360da68421a03f52e2178240728c402a719.tar.xz glibc-bf0b5360da68421a03f52e2178240728c402a719.zip |
Use Linux 4.10 in build-many-glibcs.py.
* scripts/build-many-glibcs.py (Context.checkout): Default Linux kernel version to 4.10.
-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 = {} |