diff options
author | Joseph Myers <joseph@codesourcery.com> | 2022-12-19 15:04:37 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2022-12-19 15:04:37 +0000 |
commit | edd1b2a0d9025b849a87f9b7eec616eb820e4fe2 (patch) | |
tree | bceebd613a1ff9c45bcc7405191518c3be1c2f16 | |
parent | a3708cf6b0a5a68e2ed1ce3db28a03ed21d368d2 (diff) | |
download | glibc-edd1b2a0d9025b849a87f9b7eec616eb820e4fe2.zip glibc-edd1b2a0d9025b849a87f9b7eec616eb820e4fe2.tar.gz glibc-edd1b2a0d9025b849a87f9b7eec616eb820e4fe2.tar.bz2 |
Use Linux 6.1 in build-many-glibcs.py
This patch makes build-many-glibcs.py use Linux 6.1.
Tested with build-many-glibcs.py (host-libraries, compilers and glibcs
builds).
-rwxr-xr-x | scripts/build-many-glibcs.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build-many-glibcs.py b/scripts/build-many-glibcs.py index 9292a0d..c7cb18f 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': '6.0', + 'linux': '6.1', 'mpc': '1.2.1', 'mpfr': '4.1.0', 'mig': 'vcs-mainline', |