Use Linux 4.18 in build-many-glibcs.py [committed]

Message ID alpine.DEB.2.20.1808131646280.28364@digraph.polyomino.org.uk
State Committed
Headers

Commit Message

Joseph Myers Aug. 13, 2018, 4:46 p.m. UTC
  2018-08-13  Joseph Myers  <joseph@codesourcery.com>

	* scripts/build-many-glibcs.py (Context.checkout): Default Linux
	version to 4.18.
  

Patch

diff --git a/scripts/build-many-glibcs.py b/scripts/build-many-glibcs.py
index 8ef463f..6cc9477 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',