Blame SOURCES/glibc-upstream-2.34-17.patch
|
 |
0b26f7 |
commit 007d699d0e0d0957eead78ad252ad592656284de
|
|
 |
0b26f7 |
Author: Joseph Myers <joseph@codesourcery.com>
|
|
 |
0b26f7 |
Date: Tue Sep 7 13:08:38 2021 +0000
|
|
 |
0b26f7 |
|
|
 |
0b26f7 |
Use Linux 5.14 in build-many-glibcs.py
|
|
 |
0b26f7 |
|
|
 |
0b26f7 |
This patch makes build-many-glibcs.py use Linux 5.14.
|
|
 |
0b26f7 |
|
|
 |
0b26f7 |
Tested with build-many-glibcs.py (host-libraries, compilers and glibcs
|
|
 |
0b26f7 |
builds).
|
|
 |
0b26f7 |
|
|
 |
0b26f7 |
(cherry picked from commit 4e04a47208e1712fcf202a6d9831f0900d575225)
|
|
 |
0b26f7 |
|
|
 |
0b26f7 |
diff --git a/scripts/build-many-glibcs.py b/scripts/build-many-glibcs.py
|
|
 |
0b26f7 |
index 5a77af90a6b49909..86537fa8005cfd3d 100755
|
|
 |
0b26f7 |
--- a/scripts/build-many-glibcs.py
|
|
 |
0b26f7 |
+++ b/scripts/build-many-glibcs.py
|
|
 |
0b26f7 |
@@ -782,7 +782,7 @@ class Context(object):
|
|
 |
0b26f7 |
'gcc': 'vcs-11',
|
|
 |
0b26f7 |
'glibc': 'vcs-mainline',
|
|
 |
0b26f7 |
'gmp': '6.2.1',
|
|
 |
0b26f7 |
- 'linux': '5.13',
|
|
 |
0b26f7 |
+ 'linux': '5.14',
|
|
 |
0b26f7 |
'mpc': '1.2.1',
|
|
 |
0b26f7 |
'mpfr': '4.1.0',
|
|
 |
0b26f7 |
'mig': 'vcs-mainline',
|