Browse Source

Use Linux 6.2 in build-many-glibcs.py

This patch makes build-many-glibcs.py use Linux 6.2.

Tested with build-many-glibcs.py (host-libraries, compilers and glibcs
builds).
azanella/bz12683
Joseph Myers 3 years ago
parent
commit
eb63ccc0ce
  1. 2
      scripts/build-many-glibcs.py

2
scripts/build-many-glibcs.py

@ -797,7 +797,7 @@ class Context(object):
'gcc': 'vcs-12',
'glibc': 'vcs-mainline',
'gmp': '6.2.1',
'linux': '6.1',
'linux': '6.2',
'mpc': '1.3.1',
'mpfr': '4.2.0',
'mig': 'vcs-mainline',

Loading…
Cancel
Save