aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Myers <josmyers@redhat.com>2025-07-29 15:08:09 +0000
committerJoseph Myers <josmyers@redhat.com>2025-07-29 15:08:43 +0000
commit258126bc0b77d7f9ae7d0b2737ec66e186c1e0ef (patch)
treecb701aa3653a138f5a915a00852aa96fadd74e1f
parent9097cbf5d834990d54dc50585e986dfb7ee34093 (diff)
downloadglibc-258126bc0b77d7f9ae7d0b2737ec66e186c1e0ef.zip
glibc-258126bc0b77d7f9ae7d0b2737ec66e186c1e0ef.tar.gz
glibc-258126bc0b77d7f9ae7d0b2737ec66e186c1e0ef.tar.bz2
Use Linux 6.16, GCC 15, binutils 2.45 in build-many-glibcs.py
Tested with build-many-glibcs.py (host-libraries, compilers and glibcs builds).
-rwxr-xr-xscripts/build-many-glibcs.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/build-many-glibcs.py b/scripts/build-many-glibcs.py
index 36b1044..315693e 100755
--- a/scripts/build-many-glibcs.py
+++ b/scripts/build-many-glibcs.py
@@ -833,11 +833,11 @@ class Context(object):
def checkout(self, versions):
"""Check out the desired component versions."""
- default_versions = {'binutils': 'vcs-2.44',
- 'gcc': 'vcs-14',
+ default_versions = {'binutils': 'vcs-2.45',
+ 'gcc': 'vcs-15',
'glibc': 'vcs-mainline',
'gmp': '6.3.0',
- 'linux': '6.15',
+ 'linux': '6.16',
'mpc': '1.3.1',
'mpfr': '4.2.2',
'mig': 'vcs-mainline',