diff options
author | Joseph Myers <joseph@codesourcery.com> | 2017-09-07 14:50:32 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2017-09-07 14:50:32 +0000 |
commit | 85bec0f2a03bc0a1623b69622005ea4af9331395 (patch) | |
tree | 338dac6402a5971d97464bb58034672ed975e6f4 | |
parent | 5c23ee6eb8aad96e2761b8478a61e28faebfb9f0 (diff) | |
download | glibc-85bec0f2a03bc0a1623b69622005ea4af9331395.zip glibc-85bec0f2a03bc0a1623b69622005ea4af9331395.tar.gz glibc-85bec0f2a03bc0a1623b69622005ea4af9331395.tar.bz2 |
Use MPFR 3.1.6 in build-many-glibcs.py.
* scripts/build-many-glibcs.py (Context.checkout): Default MPFR
version to 3.1.6.
-rw-r--r-- | ChangeLog | 3 | ||||
-rwxr-xr-x | scripts/build-many-glibcs.py | 2 |
2 files changed, 4 insertions, 1 deletions
@@ -1,5 +1,8 @@ 2017-09-07 Joseph Myers <joseph@codesourcery.com> + * scripts/build-many-glibcs.py (Context.checkout): Default MPFR + version to 3.1.6. + * sysdeps/gnu/netinet/tcp.h (TCP_ULP): New macro. (TCP_MD5SIG_EXT): Likewise. (TCP_MD5SIG_FLAG_PREFIX): Likewise. diff --git a/scripts/build-many-glibcs.py b/scripts/build-many-glibcs.py index 4c3ac25..8ce1c6f 100755 --- a/scripts/build-many-glibcs.py +++ b/scripts/build-many-glibcs.py @@ -688,7 +688,7 @@ class Context(object): 'gmp': '6.1.2', 'linux': '4.13', 'mpc': '1.0.3', - 'mpfr': '3.1.5'} + 'mpfr': '3.1.6'} use_versions = {} explicit_versions = {} for v in versions: |