]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
make.sh: Pass BUILD_PLATFORM variable to build environment
authorMichael Tremer <michael.tremer@ipfire.org>
Wed, 26 Apr 2017 10:28:58 +0000 (11:28 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 18 May 2017 11:07:04 +0000 (12:07 +0100)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
tools/make-functions

index e581ceffbb20f8334e8676762915a7e9f640eb39..39d9411698aadfad92c7587531b719141f367879 100644 (file)
@@ -514,6 +514,7 @@ enterchroot() {
                BUILDTARGET="${BUILDTARGET}" \
                CROSSTARGET="${CROSSTARGET}" \
                BUILD_ARCH="${BUILD_ARCH}" \
+               BUILD_PLATFORM="${BUILD_PLATFORM}" \
                CCACHE_DIR=/usr/src/ccache \
                CCACHE_COMPRESS="${CCACHE_COMPRESS}" \
                CCACHE_COMPILERCHECK="${CCACHE_COMPILERCHECK}" \