mirror of git://sourceware.org/git/glibc.git
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:
parent
4bea073069
commit
8bac7f7a43
|
@ -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'}
|
||||
|
|
Loading…
Reference in New Issue