Use GCC 14 branch in build-many-glibcs.py

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>
This commit is contained in:
H.J. Lu 2024-12-31 15:56:23 +08:00
parent 0feb6da94c
commit 7962fa38e2

View File

@ -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',