mirror of
git://sourceware.org/git/glibc.git
synced 2025-03-06 20:58:33 +01: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:
parent
0d50f477f4
commit
d659442e01
1 changed files with 2 additions and 2 deletions
|
@ -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'}
|
||||
|
|
Loading…
Add table
Reference in a new issue