mirror of
git://sourceware.org/git/glibc.git
synced 2025-03-07 13:28:05 +08:00
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:
parent
0feb6da94c
commit
7962fa38e2
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user