]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Use Linux 4.17 in build-many-glibcs.py.
authorJoseph Myers <joseph@codesourcery.com>
Mon, 4 Jun 2018 17:11:11 +0000 (17:11 +0000)
committerJoseph Myers <joseph@codesourcery.com>
Mon, 4 Jun 2018 17:11:11 +0000 (17:11 +0000)
* scripts/build-many-glibcs.py (Context.checkout): Default Linux
version to 4.17

ChangeLog
scripts/build-many-glibcs.py

index 2c5c49099f42ed31a5898e21bda33ad61e161a48..4ffae8df86946dc47ca2493308d01466e52d3b2b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2018-06-04  Joseph Myers  <joseph@codesourcery.com>
+
+       * scripts/build-many-glibcs.py (Context.checkout): Default Linux
+       version to 4.17
+
 2018-06-02  Samuel Thibault  <samuel.thibault@ens-lyon.org>
 
        * bits/shm.h (struct shmid_ds): Make shm_segsz field size_t instead of
index 19411c1d39674b5657f375472cd6315d96a5e940..601718d47c8522e8c4d89dc3d415b801a9290032 100755 (executable)
@@ -709,7 +709,7 @@ class Context(object):
                             'gcc': 'vcs-8',
                             'glibc': 'vcs-mainline',
                             'gmp': '6.1.2',
-                            'linux': '4.16',
+                            'linux': '4.17',
                             'mpc': '1.1.0',
                             'mpfr': '4.0.1',
                             'mig': 'vcs-mainline',