Use MPFR 4.2.2 and Linux 6.14 in build-many-glibcs.py

Tested with build-many-glibcs.py (host-libraries, compilers and glibcs
builds).
This commit is contained in:
Joseph Myers 2025-03-25 18:29:01 +00:00
parent 4bea073069
commit 8bac7f7a43
1 changed files with 2 additions and 2 deletions

View File

@ -831,9 +831,9 @@ class Context(object):
'gcc': 'vcs-14',
'glibc': 'vcs-mainline',
'gmp': '6.3.0',
'linux': '6.13',
'linux': '6.14',
'mpc': '1.3.1',
'mpfr': '4.2.1',
'mpfr': '4.2.2',
'mig': 'vcs-mainline',
'gnumach': 'vcs-mainline',
'hurd': 'vcs-mainline'}