diff options
author | Joseph Myers <joseph@codesourcery.com> | 2018-02-07 17:38:13 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2018-02-07 17:38:13 +0000 |
commit | d80441dde6ec7993f11c18f20de7e76d454a209e (patch) | |
tree | 161a9ecdf63b6169e809b3989b02c4e26c6b3413 /scripts | |
parent | Post-cleanup 2: minimize _G_config.h. (diff) | |
download | glibc-d80441dde6ec7993f11c18f20de7e76d454a209e.tar.gz glibc-d80441dde6ec7993f11c18f20de7e76d454a209e.tar.bz2 glibc-d80441dde6ec7993f11c18f20de7e76d454a209e.zip |
Use MPFR 4.0.1 in build-many-glibcs.py.
* scripts/build-many-glibcs.py (Context.checkout): Default MPFR
version to 4.0.1.
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/build-many-glibcs.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build-many-glibcs.py b/scripts/build-many-glibcs.py index 5be9b79019..09c3c7c576 100755 --- a/scripts/build-many-glibcs.py +++ b/scripts/build-many-glibcs.py @@ -718,7 +718,7 @@ class Context(object): 'gmp': '6.1.2', 'linux': '4.15', 'mpc': '1.1.0', - 'mpfr': '4.0.0', + 'mpfr': '4.0.1', 'mig': 'vcs-mainline', 'gnumach': 'vcs-mainline', 'hurd': 'vcs-mainline'} |