]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Use Linux 5.1 in build-many-glibcs.py.
authorJoseph Myers <joseph@codesourcery.com>
Tue, 7 May 2019 14:49:05 +0000 (14:49 +0000)
committerJoseph Myers <joseph@codesourcery.com>
Tue, 7 May 2019 14:49:05 +0000 (14:49 +0000)
* scripts/build-many-glibcs.py (Context.checkout): Default Linux
version to 5.1.

ChangeLog
scripts/build-many-glibcs.py

index 1ddb948fa8bd694d99575051545dce02ade9a379..692af8e5c24568b948ca970736dcff5c5e2913ec 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2019-05-07  Joseph Myers  <joseph@codesourcery.com>
 
+       * scripts/build-many-glibcs.py (Context.checkout): Default Linux
+       version to 5.1.
+
        * scripts/build-many-glibcs.py (Context.checkout): Default GCC
        version to 9 branch.
 
index 6f9a35331ff5064da5fd837d13d175ab8e95ddef..5f7db23f269e3f3c80a0a1e430c00e2007208606 100755 (executable)
@@ -714,7 +714,7 @@ class Context(object):
                             'gcc': 'vcs-9',
                             'glibc': 'vcs-mainline',
                             'gmp': '6.1.2',
-                            'linux': '5.0',
+                            'linux': '5.1',
                             'mpc': '1.1.0',
                             'mpfr': '4.0.2',
                             'mig': 'vcs-mainline',