]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Use GMP 6.2.1 in build-many-glibcs.py.
authorJoseph Myers <joseph@codesourcery.com>
Tue, 15 Dec 2020 16:45:49 +0000 (16:45 +0000)
committerJoseph Myers <joseph@codesourcery.com>
Tue, 15 Dec 2020 16:45:49 +0000 (16:45 +0000)
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

index afcbbcfb28df3addfc11634a5f32d707931e4f71..277e81dfc029839dad63fe54956dfd7b213649df 100755 (executable)
@@ -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',