about summary refs log tree commit diff
path: root/scripts
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2017-02-22 17:10:09 +0000
committerJoseph Myers <joseph@codesourcery.com>2017-02-22 17:10:09 +0000
commitbf0b5360da68421a03f52e2178240728c402a719 (patch)
tree5f0212a3c5eebe5d67ed98743356ef6fffa459e8 /scripts
parent72aaa20bbc3eefd9cb0ea7354761e08fa8516ba3 (diff)
downloadglibc-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.
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/build-many-glibcs.py2
1 files changed, 1 insertions, 1 deletions
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 = {}