diff options
author | Klaus Aehlig <klaus.aehlig@huawei.com> | 2025-04-03 16:21:49 +0200 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2025-04-03 16:36:20 +0200 |
commit | 879973af374705153676666b8b3d905562979069 (patch) | |
tree | bfb739c506710af398d63c918677be9ced9863ef /etc/generate-repos.sh | |
parent | 91fd230756a974d4d4b60f7703a56c3f2c1bb24c (diff) | |
download | justbuild-static-binaries-879973af374705153676666b8b3d905562979069.tar.gz |
Update toolchain
Diffstat (limited to 'etc/generate-repos.sh')
-rwxr-xr-x | etc/generate-repos.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/generate-repos.sh b/etc/generate-repos.sh index cbd101a..d199587 100755 --- a/etc/generate-repos.sh +++ b/etc/generate-repos.sh @@ -19,7 +19,7 @@ set -eu : ${JUST_BRANCH:=v1.5.1} : ${TC_REPO:=https://github.com/just-buildsystem/bootstrappable-toolchain} : ${TC_BRANCH:=master} -: ${TC_NAME:=gcc-14.1.0-musl+tools} +: ${TC_NAME:=gcc-14.2.0-musl+tools} cd $(dirname $0) |