aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2020-12-15 16:45:49 +0000
committerJoseph Myers <joseph@codesourcery.com>2020-12-15 16:45:49 +0000
commit7366cb03f8cc338f42bc86d99ad078eae1e3b7bf (patch)
tree9e5f4646d417c773e4996efe0e47b6d1bef587e3
parent4033f21eb2484bdf9205dcf29da6cc89809221f7 (diff)
downloadglibc-7366cb03f8cc338f42bc86d99ad078eae1e3b7bf.tar
glibc-7366cb03f8cc338f42bc86d99ad078eae1e3b7bf.tar.gz
glibc-7366cb03f8cc338f42bc86d99ad078eae1e3b7bf.tar.bz2
glibc-7366cb03f8cc338f42bc86d99ad078eae1e3b7bf.zip
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).
-rwxr-xr-xscripts/build-many-glibcs.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build-many-glibcs.py b/scripts/build-many-glibcs.py
index afcbbcfb28..277e81dfc0 100755
--- a/scripts/build-many-glibcs.py
+++ b/scripts/build-many-glibcs.py
@@ -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',