Use MPFR 4.2.0, MPC 1.3.1 in build-many-glibcs.py

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).
This commit is contained in:
Joseph Myers 2023-01-27 18:27:26 +00:00
parent 0d50f477f4
commit d659442e01

View file

@ -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'}