From: Joseph Myers Date: Fri, 1 May 2026 00:26:05 +0000 (+0000) Subject: Use Linux 7.0, MPC 1.4.1 in build-many-glibcs.py X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ef2e5453b166b9339fd92b685c10312b423be7eb;p=thirdparty%2Fglibc.git Use Linux 7.0, MPC 1.4.1 in build-many-glibcs.py 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 9afef296a1..23db975606 100755 --- a/scripts/build-many-glibcs.py +++ b/scripts/build-many-glibcs.py @@ -870,8 +870,8 @@ class Context(object): 'gcc': 'vcs-15', 'glibc': 'vcs-mainline', 'gmp': '6.3.0', - 'linux': '6.19', - 'mpc': '1.4.0', + 'linux': '7.0', + 'mpc': '1.4.1', 'mpfr': '4.2.2', 'mig': 'vcs-mainline', 'gnumach': 'vcs-mainline',