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 1ddb948..692af8e 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 6f9a353..5f7db23 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',