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

ChangeLog
scripts/build-many-glibcs.py

index 1c838441e7304f934f275f96250692c986d4af70..87e467c8a7685de80cc85a755e0e1535944ea2f9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2018-08-13  Joseph Myers  <joseph@codesourcery.com>
+
+       * scripts/build-many-glibcs.py (Context.checkout): Default Linux
+       version to 4.18.
+
 2018-08-13  Florian Weimer  <fweimer@redhat.com>
 
        * misc/error.c (error): Add missing va_end call.
index 8ef463f57ad62d15edb634796d0e1f0f33d3cd21..6cc94770b67881bc892d5764fab4aeb877df57eb 100755 (executable)
@@ -709,7 +709,7 @@ class Context(object):
                             'gcc': 'vcs-8',
                             'glibc': 'vcs-mainline',
                             'gmp': '6.1.2',
-                            'linux': '4.17',
+                            'linux': '4.18',
                             'mpc': '1.1.0',
                             'mpfr': '4.0.1',
                             'mig': 'vcs-mainline',