From: Michael Tremer Date: Thu, 3 Feb 2022 17:23:38 +0000 (+0000) Subject: make.sh: Bump toolchain version X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fheads%2Ftoolchain-2022;p=people%2Fms%2Fipfire-2.x.git make.sh: Bump toolchain version Signed-off-by: Michael Tremer --- diff --git a/make.sh b/make.sh index 3c7bc1011e..d67f0af9d7 100755 --- 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=20220128 +TOOLCHAINVER=20220203 # use multicore and max compression ZSTD_OPT="-T0 --ultra -22"