about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rwxr-xr-xscripts/build-many-glibcs.py2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index b1d344d3eb..88108d1e8b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2019-07-24  Florian Weimer  <fweimer@redhat.com>
 
+	* scripts/build-many-glibcs.py (Context.checkout): Default to
+	Linux 5.2.
+
+2019-07-24  Florian Weimer  <fweimer@redhat.com>
+
 	[BZ #24532]
 	Linux: Use in-tree copy of SO_ constants for !__USE_MISC.
 	* sysdeps/unix/sysv/linux/Makefile [$(subdir) == socket]
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',