about summary refs log tree commit diff
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2019-11-26 01:46:32 +0000
committerJoseph Myers <joseph@codesourcery.com>2019-11-26 01:46:32 +0000
commit17832eefeeafbd448c9e721819a7490f33b0f009 (patch)
tree61b83133a345dcd3db6936c688a1c0fab5544453
parentd9202f1883e86f12b7a371035867be455da09907 (diff)
downloadglibc-17832eefeeafbd448c9e721819a7490f33b0f009.tar.gz
glibc-17832eefeeafbd448c9e721819a7490f33b0f009.tar.xz
glibc-17832eefeeafbd448c9e721819a7490f33b0f009.zip
Use Linux 5.4 in build-many-glibcs.py.
This patch makes build-many-glibcs.py use Linux 5.4.

Tested with build-many-glibcs.py (compilers and glibcs builds).
-rwxr-xr-xscripts/build-many-glibcs.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build-many-glibcs.py b/scripts/build-many-glibcs.py
index 4b3c4bfb76..252ac08e6b 100755
--- a/scripts/build-many-glibcs.py
+++ b/scripts/build-many-glibcs.py
@@ -707,7 +707,7 @@ class Context(object):
                             'gcc': 'vcs-9',
                             'glibc': 'vcs-mainline',
                             'gmp': '6.1.2',
-                            'linux': '5.3',
+                            'linux': '5.4',
                             'mpc': '1.1.0',
                             'mpfr': '4.0.2',
                             'mig': 'vcs-mainline',