mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-10 07:10:06 +00:00
Use GMP 6.2.1 in build-many-glibcs.py.
This patch makes build-many-glibcs.py use the recent GMP 6.2.1 release. Tested with build-many-glibcs.py (host-libraries, compilers and glibcs builds).
This commit is contained in:
parent
4033f21eb2
commit
7366cb03f8
@ -768,7 +768,7 @@ class Context(object):
|
||||
default_versions = {'binutils': 'vcs-2.35',
|
||||
'gcc': 'vcs-10',
|
||||
'glibc': 'vcs-mainline',
|
||||
'gmp': '6.2.0',
|
||||
'gmp': '6.2.1',
|
||||
'linux': '5.9',
|
||||
'mpc': '1.2.1',
|
||||
'mpfr': '4.1.0',
|
||||
|
Loading…
Reference in New Issue
Block a user