]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Use Linux 5.17 in build-many-glibcs.py
authorJoseph Myers <joseph@codesourcery.com>
Tue, 22 Mar 2022 18:01:16 +0000 (18:01 +0000)
committerJoseph Myers <joseph@codesourcery.com>
Tue, 22 Mar 2022 18:01:16 +0000 (18:01 +0000)
This patch makes build-many-glibcs.py use Linux 5.17.

Tested with build-many-glibcs.py (host-libraries, compilers and glibcs
builds).

scripts/build-many-glibcs.py

index edaac2d8f5439eb9c6df374468f8396070fcad3e..1fd616d4c0dfd9f695eb836879cde1450cfaaec3 100755 (executable)
@@ -789,7 +789,7 @@ class Context(object):
                             'gcc': 'vcs-11',
                             'glibc': 'vcs-mainline',
                             'gmp': '6.2.1',
-                            'linux': '5.16',
+                            'linux': '5.17',
                             'mpc': '1.2.1',
                             'mpfr': '4.1.0',
                             'mig': 'vcs-mainline',