]> git.ipfire.org Git - people/ms/ipfire-2.x.git/commitdiff
Bump toolchain version
authorMichael Tremer <michael.tremer@ipfire.org>
Wed, 3 Feb 2021 22:16:11 +0000 (22:16 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 20 May 2021 10:31:55 +0000 (10:31 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
make.sh

diff --git a/make.sh b/make.sh
index 3eb125cc0a71041292fb497308865538d6581beb..e0d6a9c4f563bd789a3c30e7cdd2e11567398fa5 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=20200924
+TOOLCHAINVER=20210202
 
 ###############################################################################
 #