mirror of
https://sourceware.org/git/glibc.git
synced 2025-06-29 22:21:48 +03:00
Use MPFR 4.1.0 in build-many-glibcs.py.
This patch makes build-many-glibcs.py use the new MPFR 4.1.0 release. Tested with build-many-glibcs.py (host-libraries, compilers and glibcs builds).
This commit is contained in:
@ -753,7 +753,7 @@ class Context(object):
|
|||||||
'gmp': '6.2.0',
|
'gmp': '6.2.0',
|
||||||
'linux': '5.7',
|
'linux': '5.7',
|
||||||
'mpc': '1.1.0',
|
'mpc': '1.1.0',
|
||||||
'mpfr': '4.0.2',
|
'mpfr': '4.1.0',
|
||||||
'mig': 'vcs-mainline',
|
'mig': 'vcs-mainline',
|
||||||
'gnumach': 'vcs-mainline',
|
'gnumach': 'vcs-mainline',
|
||||||
'hurd': 'vcs-mainline'}
|
'hurd': 'vcs-mainline'}
|
||||||
|
Reference in New Issue
Block a user