Message ID | 3ddaf0d2-a777-5f22-c119-234ce96b838e@codesourcery.com |
---|---|
State | New |
Headers | show |
Series | Use Linux 6.6 in build-many-glibcs.py | expand |
* Joseph Myers: > This patch makes build-many-glibcs.py use Linux 6.6. > > Tested with build-many-glibcs.py (host-libraries, compilers and glibcs > builds). Okay.
diff --git a/scripts/build-many-glibcs.py b/scripts/build-many-glibcs.py index edea52bbae..24d54cf204 100755 --- a/scripts/build-many-glibcs.py +++ b/scripts/build-many-glibcs.py @@ -824,7 +824,7 @@ class Context(object): 'gcc': 'vcs-13', 'glibc': 'vcs-mainline', 'gmp': '6.3.0', - 'linux': '6.5', + 'linux': '6.6', 'mpc': '1.3.1', 'mpfr': '4.2.1', 'mig': 'vcs-mainline',