mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-28 11:43:25 +02:00
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:
2
make.sh
2
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_TAG="$(git tag | tail -1)" # Git Tag
|
||||||
GIT_LASTCOMMIT="$(git rev-parse --verify HEAD)" # Last commit
|
GIT_LASTCOMMIT="$(git rev-parse --verify HEAD)" # Last commit
|
||||||
|
|
||||||
TOOLCHAINVER=20240802
|
TOOLCHAINVER=20240827
|
||||||
|
|
||||||
KVER_SUFFIX="-${SNAME}"
|
KVER_SUFFIX="-${SNAME}"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user