about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2019-07-18 16:53:15 +0200
committerFlorian Weimer <fweimer@redhat.com>2019-07-21 22:31:33 +0200
commit3d03282e6687ffe595d201fa0c3a777179abb61f (patch)
tree21e85f953121d82f216a6966bbcc9e40e027fc36
parent87a66e30606ab0e2e45e17eaa862e83dc6013ed6 (diff)
downloadglibc-3d03282e6687ffe595d201fa0c3a777179abb61f.tar.gz
glibc-3d03282e6687ffe595d201fa0c3a777179abb61f.tar.xz
glibc-3d03282e6687ffe595d201fa0c3a777179abb61f.zip
build-many-glibcs.py: Use Linux 5.2 by default
-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 25dfc442e4..15ed1438f6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2019-07-18  Florian Weimer  <fweimer@redhat.com>
 
+	* scripts/build-many-glibcs.py (Context.checkout): Default to
+	Linux 5.2.
+
+2019-07-18  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',