You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
1.0 KiB
26 lines
1.0 KiB
commit 007d699d0e0d0957eead78ad252ad592656284de |
|
Author: Joseph Myers <joseph@codesourcery.com> |
|
Date: Tue Sep 7 13:08:38 2021 +0000 |
|
|
|
Use Linux 5.14 in build-many-glibcs.py |
|
|
|
This patch makes build-many-glibcs.py use Linux 5.14. |
|
|
|
Tested with build-many-glibcs.py (host-libraries, compilers and glibcs |
|
builds). |
|
|
|
(cherry picked from commit 4e04a47208e1712fcf202a6d9831f0900d575225) |
|
|
|
diff --git a/scripts/build-many-glibcs.py b/scripts/build-many-glibcs.py |
|
index 5a77af90a6b49909..86537fa8005cfd3d 100755 |
|
--- a/scripts/build-many-glibcs.py |
|
+++ b/scripts/build-many-glibcs.py |
|
@@ -782,7 +782,7 @@ class Context(object): |
|
'gcc': 'vcs-11', |
|
'glibc': 'vcs-mainline', |
|
'gmp': '6.2.1', |
|
- 'linux': '5.13', |
|
+ 'linux': '5.14', |
|
'mpc': '1.2.1', |
|
'mpfr': '4.1.0', |
|
'mig': 'vcs-mainline',
|
|
|