diff mbox series

Use Linux 6.4 in build-many-glibcs.py

Message ID bac24e19-49ea-527-cbcb-e9dd35738df6@codesourcery.com
State New
Headers show
Series Use Linux 6.4 in build-many-glibcs.py | expand

Commit Message

Joseph Myers June 26, 2023, 10:47 p.m. UTC
This patch makes build-many-glibcs.py use Linux 6.4.

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

Comments

Andreas Schwab June 27, 2023, 7:43 a.m. UTC | #1
On Jun 26 2023, Joseph Myers wrote:

> This patch makes build-many-glibcs.py use Linux 6.4.

Ok.
diff mbox series

Patch

diff --git a/scripts/build-many-glibcs.py b/scripts/build-many-glibcs.py
index 95726c4a29..e022abe284 100755
--- a/scripts/build-many-glibcs.py
+++ b/scripts/build-many-glibcs.py
@@ -798,7 +798,7 @@  class Context(object):
                             'gcc': 'vcs-13',
                             'glibc': 'vcs-mainline',
                             'gmp': '6.2.1',
-                            'linux': '6.3',
+                            'linux': '6.4',
                             'mpc': '1.3.1',
                             'mpfr': '4.2.0',
                             'mig': 'vcs-mainline',