]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Use Linux 6.16, GCC 15, binutils 2.45 in build-many-glibcs.py
authorJoseph Myers <josmyers@redhat.com>
Tue, 29 Jul 2025 15:08:09 +0000 (15:08 +0000)
committerJoseph Myers <josmyers@redhat.com>
Tue, 29 Jul 2025 15:08:43 +0000 (15:08 +0000)
Tested with build-many-glibcs.py (host-libraries, compilers and glibcs
builds).

scripts/build-many-glibcs.py

index 36b1044c285d293d9ed4cdc20b14a51ce04c2a7d..315693ef54ae5cdb20ab9565bddbc251c0181c3e 100755 (executable)
@@ -833,11 +833,11 @@ class Context(object):
 
     def checkout(self, versions):
         """Check out the desired component versions."""
-        default_versions = {'binutils': 'vcs-2.44',
-                            'gcc': 'vcs-14',
+        default_versions = {'binutils': 'vcs-2.45',
+                            'gcc': 'vcs-15',
                             'glibc': 'vcs-mainline',
                             'gmp': '6.3.0',
-                            'linux': '6.15',
+                            'linux': '6.16',
                             'mpc': '1.3.1',
                             'mpfr': '4.2.2',
                             'mig': 'vcs-mainline',