summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2018-06-04 17:11:11 +0000
committerJoseph Myers <joseph@codesourcery.com>2018-06-04 17:11:11 +0000
commitab3a0da0b59d4a2c5be70c8d17437c0bad1a6230 (patch)
treed6d50b553546d230fcc02289b6a55f221dcff17d /scripts
parentd2d9dfb663f76f9b929252a88ad196c9fcacd1e1 (diff)
Use Linux 4.17 in build-many-glibcs.py.
* scripts/build-many-glibcs.py (Context.checkout): Default Linux version to 4.17
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 19411c1d39..601718d47c 100755
--- a/scripts/build-many-glibcs.py
+++ b/scripts/build-many-glibcs.py
@@ -709,7 +709,7 @@ class Context(object):
'gcc': 'vcs-8',
'glibc': 'vcs-mainline',
'gmp': '6.1.2',
- 'linux': '4.16',
+ 'linux': '4.17',
'mpc': '1.1.0',
'mpfr': '4.0.1',
'mig': 'vcs-mainline',