]> git.ipfire.org Git - people/pmueller/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)
committerArne Fitzenreiter <arne_f@ipfire.org>
Mon, 5 Jul 2021 05:42:39 +0000 (07:42 +0200)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
make.sh

diff --git a/make.sh b/make.sh
index 402c68c362a32ba9e05be81034aaa1926211a21a..5c3ba5e0622af40caa1051d7dad88c91a7be7fbc 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
 
 ###############################################################################
 #