From f6032247061fb37d59565f2e9667e242c8a98e76 Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Thu, 22 Oct 2020 14:29:13 +0000 Subject: 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). --- scripts/build-many-glibcs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/build-many-glibcs.py') 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', -- cgit 1.4.1