Use MPFR 4.1.0 in build-many-glibcs.py

Message ID alpine.DEB.2.21.2007141410040.19543@digraph.polyomino.org.uk
State Committed
Commit 63ce2425c224330b9add994c2811a103610d0995
Headers
Series Use MPFR 4.1.0 in build-many-glibcs.py |

Commit Message

Joseph Myers July 14, 2020, 2:10 p.m. UTC
  This patch makes build-many-glibcs.py use the new MPFR 4.1.0 release.

Tested with build-many-glibcs.py (host-libraries, compilers and glibcs
builds).
  

Comments

Joseph Myers July 20, 2020, 5:10 p.m. UTC | #1
Ping.  This patch 
<https://sourceware.org/pipermail/libc-alpha/2020-July/116333.html> is 
pending review.
  
Adhemerval Zanella July 20, 2020, 5:48 p.m. UTC | #2
On 14/07/2020 11:10, Joseph Myers wrote:
> This patch makes build-many-glibcs.py use the new MPFR 4.1.0 release.
> 
> Tested with build-many-glibcs.py (host-libraries, compilers and glibcs
> builds).

LGTM, thanks. 

> 
> diff --git a/scripts/build-many-glibcs.py b/scripts/build-many-glibcs.py
> index 8010716d36..f17a8a250d 100755
> --- a/scripts/build-many-glibcs.py
> +++ b/scripts/build-many-glibcs.py
> @@ -753,7 +753,7 @@ class Context(object):
>                              'gmp': '6.2.0',
>                              'linux': '5.7',
>                              'mpc': '1.1.0',
> -                            'mpfr': '4.0.2',
> +                            'mpfr': '4.1.0',
>                              'mig': 'vcs-mainline',
>                              'gnumach': 'vcs-mainline',
>                              'hurd': 'vcs-mainline'}
>
  

Patch

diff --git a/scripts/build-many-glibcs.py b/scripts/build-many-glibcs.py
index 8010716d36..f17a8a250d 100755
--- a/scripts/build-many-glibcs.py
+++ b/scripts/build-many-glibcs.py
@@ -753,7 +753,7 @@  class Context(object):
                             'gmp': '6.2.0',
                             'linux': '5.7',
                             'mpc': '1.1.0',
-                            'mpfr': '4.0.2',
+                            'mpfr': '4.1.0',
                             'mig': 'vcs-mainline',
                             'gnumach': 'vcs-mainline',
                             'hurd': 'vcs-mainline'}