diff mbox series

Use MPC 1.2.0 in build-many-glibcs.py

Message ID alpine.DEB.2.21.2008182308220.11153@digraph.polyomino.org.uk
State New
Headers show
Series Use MPC 1.2.0 in build-many-glibcs.py | expand

Commit Message

Joseph Myers Aug. 18, 2020, 11:08 p.m. UTC
This patch makes build-many-glibcs.py use the new MPC 1.2.0 release.

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

Comments

Florian Weimer Aug. 19, 2020, 1:10 p.m. UTC | #1
* Joseph Myers:

> This patch makes build-many-glibcs.py use the new MPC 1.2.0 release.
>
> Tested with build-many-glibcs.py (host-libraries, compilers and glibcs
> builds).
>
> diff --git a/scripts/build-many-glibcs.py b/scripts/build-many-glibcs.py
> index 3bd5fd795e..0576ced307 100755
> --- a/scripts/build-many-glibcs.py
> +++ b/scripts/build-many-glibcs.py
> @@ -753,7 +753,7 @@ class Context(object):
>                              'glibc': 'vcs-mainline',
>                              'gmp': '6.2.0',
>                              'linux': '5.8',
> -                            'mpc': '1.1.0',
> +                            'mpc': '1.2.0',
>                              'mpfr': '4.1.0',
>                              'mig': 'vcs-mainline',
>                              'gnumach': 'vcs-mainline',

Looks okay.
diff mbox series

Patch

diff --git a/scripts/build-many-glibcs.py b/scripts/build-many-glibcs.py
index 3bd5fd795e..0576ced307 100755
--- a/scripts/build-many-glibcs.py
+++ b/scripts/build-many-glibcs.py
@@ -753,7 +753,7 @@  class Context(object):
                             'glibc': 'vcs-mainline',
                             'gmp': '6.2.0',
                             'linux': '5.8',
-                            'mpc': '1.1.0',
+                            'mpc': '1.2.0',
                             'mpfr': '4.1.0',
                             'mig': 'vcs-mainline',
                             'gnumach': 'vcs-mainline',