mirror of
git://sourceware.org/git/glibc.git
synced 2025-03-06 20:58:33 +01:00
Use GMP 6.3.0, MPFR 4.2.1 in build-many-glibcs.py
This patch makes build-many-glibcs.py use the new GMP 6.3.0 and MPFR 4.2.1 releases. Tested with build-many-glibcs.py (host-libraries, compilers and glibcs builds).
This commit is contained in:
parent
dfe8c44588
commit
d3c34a2dd9
1 changed files with 2 additions and 2 deletions
|
@ -803,10 +803,10 @@ class Context(object):
|
|||
default_versions = {'binutils': 'vcs-2.41',
|
||||
'gcc': 'vcs-13',
|
||||
'glibc': 'vcs-mainline',
|
||||
'gmp': '6.2.1',
|
||||
'gmp': '6.3.0',
|
||||
'linux': '6.4',
|
||||
'mpc': '1.3.1',
|
||||
'mpfr': '4.2.0',
|
||||
'mpfr': '4.2.1',
|
||||
'mig': 'vcs-mainline',
|
||||
'gnumach': 'vcs-mainline',
|
||||
'hurd': 'vcs-mainline'}
|
||||
|
|
Loading…
Add table
Reference in a new issue