From 7366cb03f8cc338f42bc86d99ad078eae1e3b7bf Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Tue, 15 Dec 2020 16:45:49 +0000 Subject: 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). --- scripts/build-many-glibcs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/build-many-glibcs.py') diff --git a/scripts/build-many-glibcs.py b/scripts/build-many-glibcs.py index afcbbcf..277e81d 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', -- cgit v1.1