From: Joseph Myers Date: Wed, 19 Aug 2020 13:48:14 +0000 (+0000) Subject: Use MPC 1.2.0 in build-many-glibcs.py. X-Git-Tag: glibc-2.33~563 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c08df688f2480b7e9c2723c24cd0cf1551ac283c;p=thirdparty%2Fglibc.git 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). --- diff --git a/scripts/build-many-glibcs.py b/scripts/build-many-glibcs.py index 3bd5fd795e9..0576ced307c 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',