]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Use GCC 14 branch in build-many-glibcs.py
authorH.J. Lu <hjl.tools@gmail.com>
Tue, 31 Dec 2024 07:56:23 +0000 (15:56 +0800)
committerH.J. Lu <hjl.tools@gmail.com>
Tue, 31 Dec 2024 08:08:57 +0000 (16:08 +0800)
Tested with build-many-glibcs.py with

--exclude m68k-linux-gnu-coldfire-soft

Signed-off-by: H.J. Lu <hjl.tools@gmail.com>
Reviewed-by: Sam James <sam@gentoo.org>
scripts/build-many-glibcs.py

index 62fb51ff3dc09515ae3dd66ae2053b74aa57a3c2..4396eff3c474a8f291a4c3e13f5a0798699cc761 100755 (executable)
@@ -828,7 +828,7 @@ class Context(object):
     def checkout(self, versions):
         """Check out the desired component versions."""
         default_versions = {'binutils': 'vcs-2.43',
-                            'gcc': 'vcs-13',
+                            'gcc': 'vcs-14',
                             'glibc': 'vcs-mainline',
                             'gmp': '6.3.0',
                             'linux': '6.12',