]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
build-many-glibcs.py: Use Linux 5.2 by default
authorFlorian Weimer <fweimer@redhat.com>
Thu, 18 Jul 2019 14:53:15 +0000 (16:53 +0200)
committerFlorian Weimer <fweimer@redhat.com>
Sun, 21 Jul 2019 20:31:33 +0000 (22:31 +0200)
ChangeLog
scripts/build-many-glibcs.py

index 25dfc442e4416f332cf3553624d741bfee8ba634..15ed1438f6aaafd25f92d51fb7dec295652955db 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+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]
index dacd116f8e61729827757bd2ac26de306c3a04b1..aa6884e046d805db846d205bb93d5e294e23b164 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',