mirror of git://sourceware.org/git/glibc.git
Use MPFR 4.0.2 in build-many-glibcs.py.
* scripts/build-many-glibcs.py (Context.checkout): Default MPFR version to 4.0.2.
This commit is contained in:
parent
5f10701fdc
commit
932329a513
|
|
@ -1,3 +1,8 @@
|
||||||
|
2019-02-01 Joseph Myers <joseph@codesourcery.com>
|
||||||
|
|
||||||
|
* scripts/build-many-glibcs.py (Context.checkout): Default MPFR
|
||||||
|
version to 4.0.2.
|
||||||
|
|
||||||
2019-01-31 Paul Pluzhnikov <ppluzhnikov@google.com>
|
2019-01-31 Paul Pluzhnikov <ppluzhnikov@google.com>
|
||||||
|
|
||||||
[BZ #24051]
|
[BZ #24051]
|
||||||
|
|
|
||||||
|
|
@ -716,7 +716,7 @@ class Context(object):
|
||||||
'gmp': '6.1.2',
|
'gmp': '6.1.2',
|
||||||
'linux': '4.20',
|
'linux': '4.20',
|
||||||
'mpc': '1.1.0',
|
'mpc': '1.1.0',
|
||||||
'mpfr': '4.0.1',
|
'mpfr': '4.0.2',
|
||||||
'mig': 'vcs-mainline',
|
'mig': 'vcs-mainline',
|
||||||
'gnumach': 'vcs-mainline',
|
'gnumach': 'vcs-mainline',
|
||||||
'hurd': 'vcs-mainline'}
|
'hurd': 'vcs-mainline'}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue