From d659442e01e659ad6400b29a0e096639853812c6 Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Fri, 27 Jan 2023 18:27:26 +0000 Subject: 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). --- scripts/build-many-glibcs.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts') diff --git a/scripts/build-many-glibcs.py b/scripts/build-many-glibcs.py index ae1346c96d..09264c8b5f 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'} -- cgit 1.4.1