Use MPFR 4.2.0, MPC 1.3.1 in build-many-glibcs.py
authorJoseph Myers <joseph@codesourcery.com>
Fri, 27 Jan 2023 18:27:26 +0000 (18:27 +0000)
committerJoseph Myers <joseph@codesourcery.com>
Fri, 27 Jan 2023 18:27:26 +0000 (18:27 +0000)
This patch makes build-many-glibcs.py use the new MPFR 4.2.0 and MPC
1.3.1 releases.

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

scripts/build-many-glibcs.py

index ae1346c..09264c8 100755 (executable)
@@ -798,8 +798,8 @@ class Context(object):
                             'glibc': 'vcs-mainline',
                             'gmp': '6.2.1',
                             'linux': '6.1',
-                            'mpc': '1.2.1',
-                            'mpfr': '4.1.0',
+                            'mpc': '1.3.1',
+                            'mpfr': '4.2.0',
                             'mig': 'vcs-mainline',
                             'gnumach': 'vcs-mainline',
                             'hurd': 'vcs-mainline'}