]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Use Linux 4.14 in build-many-glibcs.py.
authorJoseph Myers <joseph@codesourcery.com>
Wed, 15 Nov 2017 17:10:03 +0000 (17:10 +0000)
committerJoseph Myers <joseph@codesourcery.com>
Wed, 15 Nov 2017 17:10:03 +0000 (17:10 +0000)
* scripts/build-many-glibcs.py (Context.checkout): Default Linux
kernel version to 4.14.

ChangeLog
scripts/build-many-glibcs.py

index e10db6016df6be6cf4bafd37659a1109e5b5d2d8..b63fa4f77fc495118fcee8040dec8cf4b1e6c4ad 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2017-11-15  Joseph Myers  <joseph@codesourcery.com>
+
+       * scripts/build-many-glibcs.py (Context.checkout): Default Linux
+       kernel version to 4.14.
+
 2017-11-15  Steve Ellcey  <sellcey@cavium.com>
 
        [BZ #22442]
index 3dd1104b768001827085dfa64fe9a574f3e2cf44..0a18531958727752890411870ce602c458237122 100755 (executable)
@@ -691,7 +691,7 @@ class Context(object):
                             'gcc': 'vcs-7',
                             'glibc': 'vcs-mainline',
                             'gmp': '6.1.2',
-                            'linux': '4.13',
+                            'linux': '4.14',
                             'mpc': '1.0.3',
                             'mpfr': '3.1.6'}
         use_versions = {}