mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-28 03:33:25 +02:00
Merge remote-tracking branch 'ms/toolchain-2024-08-02' into next
This commit is contained in:
3
make.sh
3
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=20240521
|
||||
TOOLCHAINVER=20240802
|
||||
|
||||
KVER_SUFFIX="-${SNAME}"
|
||||
|
||||
@@ -1422,6 +1422,7 @@ build_system() {
|
||||
[ "${BUILD_ARCH}" = "riscv64" ] && lfsmake2 gcc PASS=A
|
||||
lfsmake2 zstd
|
||||
lfsmake2 autoconf
|
||||
lfsmake2 autoconf-archive
|
||||
lfsmake2 automake
|
||||
lfsmake2 help2man
|
||||
lfsmake2 libtool
|
||||
|
||||
Reference in New Issue
Block a user