aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2018-08-13 16:46:13 +0000
committerJoseph Myers <joseph@codesourcery.com>2018-08-13 16:46:13 +0000
commitf3cd0904a452f6a831cd15564077d0f883031659 (patch)
treee6a6a830ef2e47acb7239788270c04f58780fe53 /scripts
parenterror, error_at_line: Add missing va_end calls (diff)
downloadglibc-f3cd0904a452f6a831cd15564077d0f883031659.tar.gz
glibc-f3cd0904a452f6a831cd15564077d0f883031659.tar.bz2
glibc-f3cd0904a452f6a831cd15564077d0f883031659.zip
Use Linux 4.18 in build-many-glibcs.py.
* scripts/build-many-glibcs.py (Context.checkout): Default Linux version to 4.18.
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 8ef463f57a..6cc94770b6 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.17',
+ 'linux': '4.18',
'mpc': '1.1.0',
'mpfr': '4.0.1',
'mig': 'vcs-mainline',