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:
Joseph Myers 2020-12-15 16:45:49 +00:00
parent 4033f21eb2
commit 7366cb03f8

View File

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