about summary refs log tree commit diff
path: root/scripts/build-many-glibcs.py
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2022-08-02 14:09:24 +0000
committerJoseph Myers <joseph@codesourcery.com>2022-08-02 14:09:24 +0000
commita3393b3380b547e6fbc49ad5113486b764a1db31 (patch)
tree55f2ddbcc919a5109fd7d89e8ef45d3f738f9f9e /scripts/build-many-glibcs.py
parent9c443ac4559a47ed99859bd80d14dc4b6dd220a1 (diff)
downloadglibc-a3393b3380b547e6fbc49ad5113486b764a1db31.tar.gz
glibc-a3393b3380b547e6fbc49ad5113486b764a1db31.tar.xz
glibc-a3393b3380b547e6fbc49ad5113486b764a1db31.zip
Use Linux 5.19 in build-many-glibcs.py
This patch makes build-many-glibcs.py use Linux 5.19.

Tested with build-many-glibcs.py (host-libraries, compilers and glibcs
builds).
Diffstat (limited to 'scripts/build-many-glibcs.py')
-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 da9b905900..070ac90fa1 100755
--- a/scripts/build-many-glibcs.py
+++ b/scripts/build-many-glibcs.py
@@ -793,7 +793,7 @@ class Context(object):
                             'gcc': 'vcs-12',
                             'glibc': 'vcs-mainline',
                             'gmp': '6.2.1',
-                            'linux': '5.18',
+                            'linux': '5.19',
                             'mpc': '1.2.1',
                             'mpfr': '4.1.0',
                             'mig': 'vcs-mainline',