mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-28 00:21:52 +03:00
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:
@ -798,8 +798,8 @@ class Context(object):
|
|||||||
'glibc': 'vcs-mainline',
|
'glibc': 'vcs-mainline',
|
||||||
'gmp': '6.2.1',
|
'gmp': '6.2.1',
|
||||||
'linux': '6.1',
|
'linux': '6.1',
|
||||||
'mpc': '1.2.1',
|
'mpc': '1.3.1',
|
||||||
'mpfr': '4.1.0',
|
'mpfr': '4.2.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