mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-28 00:21:52 +03:00
Use MPFR 4.0.1 in build-many-glibcs.py.
* scripts/build-many-glibcs.py (Context.checkout): Default MPFR version to 4.0.1.
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
2018-02-07 Joseph Myers <joseph@codesourcery.com>
|
||||||
|
|
||||||
|
* scripts/build-many-glibcs.py (Context.checkout): Default MPFR
|
||||||
|
version to 4.0.1.
|
||||||
|
|
||||||
2018-02-07 Zack Weinberg <zackw@panix.com>
|
2018-02-07 Zack Weinberg <zackw@panix.com>
|
||||||
|
|
||||||
* bits/_G_config.h: Move back to sysdeps/generic/_G_config.h.
|
* bits/_G_config.h: Move back to sysdeps/generic/_G_config.h.
|
||||||
|
@ -718,7 +718,7 @@ class Context(object):
|
|||||||
'gmp': '6.1.2',
|
'gmp': '6.1.2',
|
||||||
'linux': '4.15',
|
'linux': '4.15',
|
||||||
'mpc': '1.1.0',
|
'mpc': '1.1.0',
|
||||||
'mpfr': '4.0.0',
|
'mpfr': '4.0.1',
|
||||||
'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