build-many-glibcs.py: Use Linux 5.2 by default
authorFlorian Weimer <fweimer@redhat.com>
Wed, 24 Jul 2019 08:59:45 +0000 (10:59 +0200)
committerFlorian Weimer <fweimer@redhat.com>
Wed, 24 Jul 2019 08:59:45 +0000 (10:59 +0200)
ChangeLog
scripts/build-many-glibcs.py

index b1d344d..88108d1 100644 (file)
--- 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]
index dacd116..aa6884e 100755 (executable)
@@ -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',