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

ChangeLog
scripts/build-many-glibcs.py

index a2170167c7e7c4c8835215b7254122a69ee763ac..711ecda8edd819eb8d06342c3ef081a78366ce79 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2018-12-31  Joseph Myers  <joseph@codesourcery.com>
+
+       * scripts/build-many-glibcs.py (Context.checkout): Default Linux
+       version to 4.20.
+
 2018-12-28  Justus Winter <4winter@informatik.uni-hamburg.de>
 
        * hurd/lookup-retry: Include <unistd.h>.
index caba0062a6aa00d7e42ac9517d495502a347e065..0ad2335ec74d28f57effef4aeac98a9ff9d53e98 100755 (executable)
@@ -714,7 +714,7 @@ class Context(object):
                             'gcc': 'vcs-8',
                             'glibc': 'vcs-mainline',
                             'gmp': '6.1.2',
-                            'linux': '4.19',
+                            'linux': '4.20',
                             'mpc': '1.1.0',
                             'mpfr': '4.0.1',
                             'mig': 'vcs-mainline',