]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Use GMP 6.3.0, MPFR 4.2.1 in build-many-glibcs.py
authorJoseph Myers <joseph@codesourcery.com>
Tue, 29 Aug 2023 14:11:35 +0000 (14:11 +0000)
committerJoseph Myers <joseph@codesourcery.com>
Tue, 29 Aug 2023 14:11:35 +0000 (14:11 +0000)
This patch makes build-many-glibcs.py use the new GMP 6.3.0 and MPFR
4.2.1 releases.

Tested with build-many-glibcs.py (host-libraries, compilers and glibcs
builds).

scripts/build-many-glibcs.py

index fb56a4a90bee6589baad3bddaa49ac6f49c07b5a..3082522140fd9babd8ca6ba6f389744a118f673c 100755 (executable)
@@ -803,10 +803,10 @@ class Context(object):
         default_versions = {'binutils': 'vcs-2.41',
                             'gcc': 'vcs-13',
                             'glibc': 'vcs-mainline',
-                            'gmp': '6.2.1',
+                            'gmp': '6.3.0',
                             'linux': '6.4',
                             'mpc': '1.3.1',
-                            'mpfr': '4.2.0',
+                            'mpfr': '4.2.1',
                             'mig': 'vcs-mainline',
                             'gnumach': 'vcs-mainline',
                             'hurd': 'vcs-mainline'}