]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
make.sh: Bump the toolchain version
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 27 Aug 2024 10:22:03 +0000 (10:22 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 27 Aug 2024 10:22:22 +0000 (10:22 +0000)
This is because of the recent update of binutils.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
make.sh

diff --git a/make.sh b/make.sh
index a0ea4a99d2a8acbff6fbd1baa029cb3d56c60ab9..8c5e1c6e7c2872b612962023f5c8baf26b74d34a 100755 (executable)
--- 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}"