[PATCH] build-many-glibcs.py: Use Linux 5.2 by default

Florian Weimer fweimer@redhat.com
Thu Jul 18 18:41:00 GMT 2019


2019-07-18  Florian Weimer  <fweimer@redhat.com>

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

diff --git a/scripts/build-many-glibcs.py b/scripts/build-many-glibcs.py
index dacd116f8e..aa6884e046 100755
--- a/scripts/build-many-glibcs.py
+++ b/scripts/build-many-glibcs.py
@@ -707,7 +707,7 @@ class Context(object):
                             'gcc': 'vcs-9',
                             'glibc': 'vcs-mainline',
                             'gmp': '6.1.2',
-                            'linux': '5.0',
+                            'linux': '5.2',
                             'mpc': '1.1.0',
                             'mpfr': '4.0.2',
                             'mig': 'vcs-mainline',



More information about the Libc-alpha mailing list