about summary refs log tree commit diff
path: root/scripts
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2022-10-04 13:57:19 +0000
committerJoseph Myers <joseph@codesourcery.com>2022-10-04 13:57:19 +0000
commit1f3f0060a1c9bd050a5e391352d3a95a25054861 (patch)
treed1702bcf9abbbf0565ef77d6bdd0e66e0d1dbdf5 /scripts
parent7e8283170c5d6805b609a040801d819e362a6292 (diff)
downloadglibc-1f3f0060a1c9bd050a5e391352d3a95a25054861.tar.gz
glibc-1f3f0060a1c9bd050a5e391352d3a95a25054861.tar.xz
glibc-1f3f0060a1c9bd050a5e391352d3a95a25054861.zip
Use Linux 6.0 in build-many-glibcs.py
This patch makes build-many-glibcs.py use Linux 6.0.

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 5d47c3b200..5af6f369ae 100755
--- a/scripts/build-many-glibcs.py
+++ b/scripts/build-many-glibcs.py
@@ -797,7 +797,7 @@ class Context(object):
                             'gcc': 'vcs-12',
                             'glibc': 'vcs-mainline',
                             'gmp': '6.2.1',
-                            'linux': '5.19',
+                            'linux': '6.0',
                             'mpc': '1.2.1',
                             'mpfr': '4.1.0',
                             'mig': 'vcs-mainline',