mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-28 11:43:25 +02:00
make.sh: Pass BUILD_PLATFORM variable to build environment
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
@@ -514,6 +514,7 @@ enterchroot() {
|
|||||||
BUILDTARGET="${BUILDTARGET}" \
|
BUILDTARGET="${BUILDTARGET}" \
|
||||||
CROSSTARGET="${CROSSTARGET}" \
|
CROSSTARGET="${CROSSTARGET}" \
|
||||||
BUILD_ARCH="${BUILD_ARCH}" \
|
BUILD_ARCH="${BUILD_ARCH}" \
|
||||||
|
BUILD_PLATFORM="${BUILD_PLATFORM}" \
|
||||||
CCACHE_DIR=/usr/src/ccache \
|
CCACHE_DIR=/usr/src/ccache \
|
||||||
CCACHE_COMPRESS="${CCACHE_COMPRESS}" \
|
CCACHE_COMPRESS="${CCACHE_COMPRESS}" \
|
||||||
CCACHE_COMPILERCHECK="${CCACHE_COMPILERCHECK}" \
|
CCACHE_COMPILERCHECK="${CCACHE_COMPILERCHECK}" \
|
||||||
|
|||||||
Reference in New Issue
Block a user