]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
make.sh: Bump toolchain version
authorMichael Tremer <michael.tremer@ipfire.org>
Fri, 14 Aug 2020 16:28:09 +0000 (16:28 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 16 Aug 2020 10:29:43 +0000 (10:29 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
make.sh

diff --git a/make.sh b/make.sh
index 99ac1bc8523658dad1d480a812b3ca47248a3414..f371a36a5159843b7e169a2e3c3393a6eddd2215 100755 (executable)
--- a/make.sh
+++ b/make.sh
@@ -39,7 +39,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=20200324
+TOOLCHAINVER=20200814
 
 ###############################################################################
 #