]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Use Linux 4.15 in build-many-glibcs.py.
authorJoseph Myers <joseph@codesourcery.com>
Mon, 29 Jan 2018 13:38:21 +0000 (13:38 +0000)
committerJoseph Myers <joseph@codesourcery.com>
Mon, 29 Jan 2018 13:38:21 +0000 (13:38 +0000)
This patch makes build-many-glibcs.py use Linux 4.15.  Other glibc
updates for Linux 4.15 can wait until after the 2.27 release.

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

ChangeLog
scripts/build-many-glibcs.py

index 73bf72702bf4fe4432af50272e58f09c9bf16baf..3321914afc951e49145782264fa7593f95df8243 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2018-01-29  Joseph Myers  <joseph@codesourcery.com>
+
+       * scripts/build-many-glibcs.py (Context.checkout): Default Linux
+       version to 4.15.
+
 2018-01-29  Rafal Luzynski  <digitalfreak@lingonborough.com>
 
        [BZ #10871]
index 43b573e3713767f04d07a16c5195d87507df96fd..dad51a5beea3bbdb7b62aa365f204be0cb58a377 100755 (executable)
@@ -701,7 +701,7 @@ class Context(object):
                             'gcc': 'vcs-7',
                             'glibc': 'vcs-mainline',
                             'gmp': '6.1.2',
-                            'linux': '4.14',
+                            'linux': '4.15',
                             'mpc': '1.1.0',
                             'mpfr': '4.0.0',
                             'mig': 'vcs-mainline',