]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
make.sh: Bump toolchain version
authorMichael Tremer <michael.tremer@ipfire.org>
Wed, 14 Feb 2024 11:51:33 +0000 (11:51 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 14 Feb 2024 11:51:33 +0000 (11:51 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
make.sh

diff --git a/make.sh b/make.sh
index ab7e0911fca2601ee5dc63c4cfd5d1cfd22e1a83..7b56b7fc8a29f72127d7c9cc6bbe4c3059f4693c 100755 (executable)
--- a/make.sh
+++ b/make.sh
@@ -35,7 +35,7 @@ GIT_BRANCH="$(git rev-parse --abbrev-ref HEAD)"                       # Git Branch
 GIT_TAG="$(git tag | tail -1)"                                 # Git Tag
 GIT_LASTCOMMIT="$(git rev-parse --verify HEAD)"                        # Last commit
 
-TOOLCHAINVER=20231206
+TOOLCHAINVER=20240210
 
 # use multicore and max compression
 ZSTD_OPT="-T0 --ultra -22"