diff mbox series

Use MPFR 4.2.0, MPC 1.3.1 in build-many-glibcs.py

Message ID 67204159-e875-bd81-b2ab-7e25c38921b8@codesourcery.com
State New
Headers show
Series Use MPFR 4.2.0, MPC 1.3.1 in build-many-glibcs.py | expand

Commit Message

Joseph Myers Jan. 7, 2023, 2:04 a.m. UTC
This patch makes build-many-glibcs.py use the new MPFR 4.2.0 and MPC
1.3.1 releases.

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

Comments

Joseph Myers Jan. 13, 2023, 5:42 p.m. UTC | #1
Ping.  This patch 
<https://sourceware.org/pipermail/libc-alpha/2023-January/144539.html> is 
pending review.
Joseph Myers Jan. 20, 2023, 5:14 p.m. UTC | #2
Ping^2.  This patch 
<https://sourceware.org/pipermail/libc-alpha/2023-January/144539.html> is 
still pending review.  (I also have a more recent patch 
<https://sourceware.org/pipermail/libc-alpha/2023-January/144805.html> to 
update the binutils version in build-many-glibcs.py.)
Adhemerval Zanella Jan. 27, 2023, 6:17 p.m. UTC | #3
On 06/01/23 23:04, Joseph Myers wrote:
> This patch makes build-many-glibcs.py use the new MPFR 4.2.0 and MPC
> 1.3.1 releases.
> 
> Tested with build-many-glibcs.py (host-libraries, compilers and glibcs
> builds).

LGTM, thanks.

Reviewed-by: Adhemerval Zanella  <adhemerval.zanella@linaro.org>

> 
> diff --git a/scripts/build-many-glibcs.py b/scripts/build-many-glibcs.py
> index f23c2d374b..50c51d49c0 100755
> --- a/scripts/build-many-glibcs.py
> +++ b/scripts/build-many-glibcs.py
> @@ -798,8 +798,8 @@ class Context(object):
>                              'glibc': 'vcs-mainline',
>                              'gmp': '6.2.1',
>                              'linux': '6.1',
> -                            'mpc': '1.2.1',
> -                            'mpfr': '4.1.0',
> +                            'mpc': '1.3.1',
> +                            'mpfr': '4.2.0',
>                              'mig': 'vcs-mainline',
>                              'gnumach': 'vcs-mainline',
>                              'hurd': 'vcs-mainline'}
>
diff mbox series

Patch

diff --git a/scripts/build-many-glibcs.py b/scripts/build-many-glibcs.py
index f23c2d374b..50c51d49c0 100755
--- a/scripts/build-many-glibcs.py
+++ b/scripts/build-many-glibcs.py
@@ -798,8 +798,8 @@  class Context(object):
                             'glibc': 'vcs-mainline',
                             'gmp': '6.2.1',
                             'linux': '6.1',
-                            'mpc': '1.2.1',
-                            'mpfr': '4.1.0',
+                            'mpc': '1.3.1',
+                            'mpfr': '4.2.0',
                             'mig': 'vcs-mainline',
                             'gnumach': 'vcs-mainline',
                             'hurd': 'vcs-mainline'}