summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2017-05-01 11:15:43 +0000
committerJoseph Myers <joseph@codesourcery.com>2017-05-01 11:15:43 +0000
commit3e4df7ef132b347859a64d5231aa40cf857f0a35 (patch)
tree4d45d9de67f572571c751c77177a322f6ddc1cdd /scripts
parentc064f6a613844181f411aabb2662384a6aefb69e (diff)
downloadglibc-3e4df7ef132b347859a64d5231aa40cf857f0a35.tar.gz
Default Linux kernel version in build-many-glibcs.py to 4.11.
* scripts/build-many-glibcs.py (Context.checkout): Default Linux kernel version to 4.11.
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 6f11a9cfaa..1a32c82dff 100755
--- a/scripts/build-many-glibcs.py
+++ b/scripts/build-many-glibcs.py
@@ -686,7 +686,7 @@ class Context(object):
'gcc': 'vcs-7',
'glibc': 'vcs-mainline',
'gmp': '6.1.1',
- 'linux': '4.10',
+ 'linux': '4.11',
'mpc': '1.0.3',
'mpfr': '3.1.5'}
use_versions = {}