From c08df688f2480b7e9c2723c24cd0cf1551ac283c Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Wed, 19 Aug 2020 13:48:14 +0000 Subject: Use MPC 1.2.0 in build-many-glibcs.py. 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). --- scripts/build-many-glibcs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/build-many-glibcs.py') diff --git a/scripts/build-many-glibcs.py b/scripts/build-many-glibcs.py index 3bd5fd7..0576ced 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', -- cgit v1.1