]> git.ipfire.org Git - people/ms/ipfire-2.x.git/commitdiff
make.sh: Bump toolchain version
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 19 Aug 2021 11:54:28 +0000 (11:54 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Fri, 4 Feb 2022 13:33:53 +0000 (13:33 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
make.sh

diff --git a/make.sh b/make.sh
index dfa1bafde071d9cf6951f10ce0eca18b034c4829..57e18531263443122e2db9fe2c9c729f0bf97574 100755 (executable)
--- a/make.sh
+++ b/make.sh
@@ -38,7 +38,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=20210701
+TOOLCHAINVER=20210805
 
 # use multicore and max compression
 ZSTD_OPT="-T0 --ultra -22"