diff options
author | Joseph Myers <joseph@codesourcery.com> | 2023-05-02 13:57:58 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2023-05-02 13:57:58 +0000 |
commit | 2ed072d20145ce67d4f28052a753b72b12bd6977 (patch) | |
tree | 0090e529d884d310c16271c721f5bc417ded6f64 /scripts | |
parent | e6a252758cbadb13654e66e1f2445ef6f8a4dea0 (diff) | |
download | glibc-2ed072d20145ce67d4f28052a753b72b12bd6977.zip glibc-2ed072d20145ce67d4f28052a753b72b12bd6977.tar.gz glibc-2ed072d20145ce67d4f28052a753b72b12bd6977.tar.bz2 |
Use GCC 13 branch, Linux 6.3 in build-many-glibcs.py
This patch updates build-many-glibcs.py to use Linux 6.3 and GCC 13
branch by default.
Tested with build-many-glibcs.py (host-libraries, compilers and glibc
builds).
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/build-many-glibcs.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/build-many-glibcs.py b/scripts/build-many-glibcs.py index acc9e29..97b6862 100755 --- a/scripts/build-many-glibcs.py +++ b/scripts/build-many-glibcs.py @@ -792,10 +792,10 @@ class Context(object): def checkout(self, versions): """Check out the desired component versions.""" default_versions = {'binutils': 'vcs-2.40', - 'gcc': 'vcs-12', + 'gcc': 'vcs-13', 'glibc': 'vcs-mainline', 'gmp': '6.2.1', - 'linux': '6.2', + 'linux': '6.3', 'mpc': '1.3.1', 'mpfr': '4.2.0', 'mig': 'vcs-mainline', |