From: Michael Tremer Date: Wed, 14 Feb 2024 11:51:33 +0000 (+0000) Subject: make.sh: Bump toolchain version X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b6d47f727a5726cedcc3dc3ec8aa540c34a2597e;p=people%2Fstevee%2Fipfire-2.x.git make.sh: Bump toolchain version Signed-off-by: Michael Tremer --- diff --git a/make.sh b/make.sh index ab7e0911f..7b56b7fc8 100755 --- a/make.sh +++ b/make.sh @@ -35,7 +35,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=20231206 +TOOLCHAINVER=20240210 # use multicore and max compression ZSTD_OPT="-T0 --ultra -22"