]> sourceware.org Git - glibc.git/commitdiff
Use Linux 5.3 in build-many-glibcs.py.
authorJoseph Myers <joseph@codesourcery.com>
Wed, 18 Sep 2019 15:13:33 +0000 (15:13 +0000)
committerJoseph Myers <joseph@codesourcery.com>
Wed, 18 Sep 2019 15:13:33 +0000 (15:13 +0000)
This patch makes build-many-glibcs.py use Linux 5.3.

Tested with build-many-glibcs.py (host-libraries, compilers and glibcs
builds).

* scripts/build-many-glibcs.py (Context.checkout): Default Linux
version to 5.3.

ChangeLog
scripts/build-many-glibcs.py

index a2baa8e4199c223cb31610ce75084674436af6a7..d8abb137b49331406572d9407d08d49517bb944c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2019-09-18  Joseph Myers  <joseph@codesourcery.com>
+
+       * scripts/build-many-glibcs.py (Context.checkout): Default Linux
+       version to 5.3.
+
 2019-09-18  Stefan Liebler  <stli@linux.ibm.com>
 
        * sysdeps/s390/hp-timing.h: New file.
index cc14c7da546052b3a4a9996fa2be53d4d5b3a708..b507de9f1f9fe126f2569d58556e1a46cd1dfe2d 100755 (executable)
@@ -707,7 +707,7 @@ class Context(object):
                             'gcc': 'vcs-9',
                             'glibc': 'vcs-mainline',
                             'gmp': '6.1.2',
-                            'linux': '5.2',
+                            'linux': '5.3',
                             'mpc': '1.1.0',
                             'mpfr': '4.0.2',
                             'mig': 'vcs-mainline',
This page took 0.069902 seconds and 5 git commands to generate.