From: Joseph Myers Date: Fri, 27 Jan 2023 18:27:26 +0000 (+0000) Subject: Use MPFR 4.2.0, MPC 1.3.1 in build-many-glibcs.py X-Git-Tag: glibc-2.37~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d659442e01e659ad6400b29a0e096639853812c6;p=thirdparty%2Fglibc.git Use MPFR 4.2.0, MPC 1.3.1 in build-many-glibcs.py 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). --- diff --git a/scripts/build-many-glibcs.py b/scripts/build-many-glibcs.py index ae1346c96d2..09264c8b5fe 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'}