]> sourceware.org Git - glibc.git/commitdiff
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 b1d344d3ebc2be84e17d8ad8e78b6e9913e8e370..88108d1e8beb0d9373ee2b5bfe4c5c3e7f0fff6a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+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]
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',
This page took 0.078378 seconds and 5 git commands to generate.