]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Use GCC 13 branch, Linux 6.3 in build-many-glibcs.py
authorJoseph Myers <joseph@codesourcery.com>
Tue, 2 May 2023 13:57:58 +0000 (13:57 +0000)
committerJoseph Myers <joseph@codesourcery.com>
Tue, 2 May 2023 13:57:58 +0000 (13:57 +0000)
This patch updates build-many-glibcs.py to use Linux 6.3 and GCC 13
branch by default.

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

scripts/build-many-glibcs.py

index acc9e2982dad143914c56d2a5602f4a98e51a5d3..97b6862167377c28803de37e81b1167930f14dda 100755 (executable)
@@ -792,10 +792,10 @@ class Context(object):
     def checkout(self, versions):
         """Check out the desired component versions."""
         default_versions = {'binutils': 'vcs-2.40',
-                            'gcc': 'vcs-12',
+                            'gcc': 'vcs-13',
                             'glibc': 'vcs-mainline',
                             'gmp': '6.2.1',
-                            'linux': '6.2',
+                            'linux': '6.3',
                             'mpc': '1.3.1',
                             'mpfr': '4.2.0',
                             'mig': 'vcs-mainline',