about summary refs log tree commit diff
path: root/scripts
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2020-10-22 14:29:13 +0000
committerJoseph Myers <joseph@codesourcery.com>2020-10-22 14:29:13 +0000
commitf6032247061fb37d59565f2e9667e242c8a98e76 (patch)
tree6e1fbd4b69bd73758c315b615a34ef051e66bbe0 /scripts
parent6c2b579962853475747854127cfaf4ec4a8872a7 (diff)
downloadglibc-f6032247061fb37d59565f2e9667e242c8a98e76.tar.gz
glibc-f6032247061fb37d59565f2e9667e242c8a98e76.tar.xz
glibc-f6032247061fb37d59565f2e9667e242c8a98e76.zip
Use Linux 5.9 in build-many-glibcs.py.
This patch makes build-many-glibcs.py use Linux 5.9.

Tested with build-many-glibcs.py (host-libraries, compilers and glibcs
builds).
Diffstat (limited to 'scripts')
-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 31684eaee2..1472fba44b 100755
--- a/scripts/build-many-glibcs.py
+++ b/scripts/build-many-glibcs.py
@@ -769,7 +769,7 @@ class Context(object):
                             'gcc': 'vcs-10',
                             'glibc': 'vcs-mainline',
                             'gmp': '6.2.0',
-                            'linux': '5.8',
+                            'linux': '5.9',
                             'mpc': '1.2.0',
                             'mpfr': '4.1.0',
                             'mig': 'vcs-mainline',