make.sh: Bump the toolchain version

This is because of the recent update of binutils.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Michael Tremer
2024-08-27 10:22:03 +00:00
parent 1c64d20713
commit 36c9bf685e

View File

@@ -32,7 +32,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=20240802
TOOLCHAINVER=20240827
KVER_SUFFIX="-${SNAME}"