From: Michael Tremer Date: Thu, 23 May 2024 17:38:26 +0000 (+0000) Subject: make.sh: Bump the toolchain version X-Git-Tag: v2.29-core187~148 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=541883dd36a59a738997b7a19833ed05acb0b9f0;p=ipfire-2.x.git make.sh: Bump the toolchain version Signed-off-by: Michael Tremer --- diff --git a/make.sh b/make.sh index eb4ca25295..7b99ea11a4 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=20240210 +TOOLCHAINVER=20240521 # use multicore and max compression ZSTD_OPT="-T0 --ultra -22"