[glibc] Use Linux 7.0, MPC 1.4.1 in build-many-glibcs.py
Joseph Myers via Glibc-cvs <[email protected]>
| Newsgroups | gmane.comp.lib.glibc.cvs |
|---|---|
| Message-ID | <[email protected]> |
https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=ef2e5453b166b9339fd92b685c10312b423be7eb commit ef2e5453b166b9339fd92b685c10312b423be7eb Author: Joseph Myers <[email protected]> Date: Fri May 1 00:26:05 2026 +0000 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: --- scripts/build-many-glibcs.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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',