From: Michael Tremer Date: Tue, 27 Aug 2024 10:22:03 +0000 (+0000) Subject: make.sh: Bump the toolchain version X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=36c9bf685e6be90ff81df19978df1fc34f9cde8f;p=people%2Fms%2Fipfire-2.x.git make.sh: Bump the toolchain version This is because of the recent update of binutils. Signed-off-by: Michael Tremer --- diff --git a/make.sh b/make.sh index a0ea4a99d..8c5e1c6e7 100755 --- a/make.sh +++ b/make.sh @@ -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}"