mirror of
https://git.yoctoproject.org/poky
synced 2026-05-31 12:49:46 +00:00
native.bbclass: Override STAGING_BINDIR_CROSS
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1126 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -37,6 +37,7 @@ LDFLAGS = "${BUILD_LDFLAGS}"
|
|||||||
LDFLAGS_build-darwin = "-L${STAGING_DIR}/${BUILD_SYS}/lib "
|
LDFLAGS_build-darwin = "-L${STAGING_DIR}/${BUILD_SYS}/lib "
|
||||||
|
|
||||||
STAGING_BINDIR = "${STAGING_BINDIR_NATIVE}"
|
STAGING_BINDIR = "${STAGING_BINDIR_NATIVE}"
|
||||||
|
STAGING_BINDIR_CROSS = "${STAGING_BINDIR_NATIVE}"
|
||||||
|
|
||||||
# set the compiler as well. It could have been set to something else
|
# set the compiler as well. It could have been set to something else
|
||||||
export CC = "${CCACHE}${HOST_PREFIX}gcc ${HOST_CC_ARCH}"
|
export CC = "${CCACHE}${HOST_PREFIX}gcc ${HOST_CC_ARCH}"
|
||||||
|
|||||||
Reference in New Issue
Block a user