From: Joseph Myers Date: Tue, 15 Dec 2020 16:45:49 +0000 (+0000) Subject: Use GMP 6.2.1 in build-many-glibcs.py. X-Git-Tag: glibc-2.33~185 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7366cb03f8cc338f42bc86d99ad078eae1e3b7bf;p=thirdparty%2Fglibc.git 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). --- diff --git a/scripts/build-many-glibcs.py b/scripts/build-many-glibcs.py index afcbbcfb28d..277e81dfc02 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',