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

ChangeLog
scripts/build-many-glibcs.py

index 073d034c406bde578b1406d222bb96ebcd46b265..c3947f0cf30cbc13298cdf903e36c122a30223a6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2018-10-22  Joseph Myers  <joseph@codesourcery.com>
 
+       * scripts/build-many-glibcs.py (Context.checkout): Default Linux
+       version to 4.19.
+
        [BZ #23793]
        * wcsmbs/c32rtomb.c: New file.
        * wcsmbs/mbrtoc32.c: Likewise.
index 61f98651c6676f3d3faf6271ff23c30a6c967cc9..3f288e0e0b665e48da10a58ce7696ecdc9f56838 100755 (executable)
@@ -718,7 +718,7 @@ class Context(object):
                             'gcc': 'vcs-8',
                             'glibc': 'vcs-mainline',
                             'gmp': '6.1.2',
-                            'linux': '4.18',
+                            'linux': '4.19',
                             'mpc': '1.1.0',
                             'mpfr': '4.0.1',
                             'mig': 'vcs-mainline',