mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-23 09:43:32 +08:00
Use MPFR 3.1.6 in build-many-glibcs.py.
* scripts/build-many-glibcs.py (Context.checkout): Default MPFR version to 3.1.6.
This commit is contained in:
parent
5c23ee6eb8
commit
85bec0f2a0
@ -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.
|
||||
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user