mirror of
git://sourceware.org/git/glibc.git
synced 2025-03-06 20:58:33 +01: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:
parent
07ed32f920
commit
63ce2425c2
1 changed files with 1 additions and 1 deletions
|
@ -753,7 +753,7 @@ class Context(object):
|
|||
'gmp': '6.2.0',
|
||||
'linux': '5.7',
|
||||
'mpc': '1.1.0',
|
||||
'mpfr': '4.0.2',
|
||||
'mpfr': '4.1.0',
|
||||
'mig': 'vcs-mainline',
|
||||
'gnumach': 'vcs-mainline',
|
||||
'hurd': 'vcs-mainline'}
|
||||
|
|
Loading…
Add table
Reference in a new issue