diff options
author | Richard Purdie <rpurdie@rpsys.net> | 2006-11-29 11:34:04 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@rpsys.net> | 2006-11-29 11:34:04 +0000 |
commit | 081432e434818a616a523f9f2bb18e707e4e68e3 (patch) | |
tree | 66e473e317db4a0f1056c474b26fdefde6e6ec6e /classes/native.bbclass | |
parent | 12bb4c41c375d36b596ba4eb0a9c8ce1d6ace10e (diff) |
Introduce STAGING_BINDIR_CROSS and STAGING_BINDIR_NATIVE as discussed on the mailing list. There should be no functionality changes yet.
Diffstat (limited to 'classes/native.bbclass')
-rw-r--r-- | classes/native.bbclass | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/classes/native.bbclass b/classes/native.bbclass index 04ff7d92d1..556c0e17e2 100644 --- a/classes/native.bbclass +++ b/classes/native.bbclass @@ -36,6 +36,8 @@ CXXFLAGS = "${BUILD_CFLAGS}" LDFLAGS = "${BUILD_LDFLAGS}" LDFLAGS_build-darwin = "-L${STAGING_DIR}/${BUILD_SYS}/lib " +STAGING_BINDIR = "${STAGING_BINDIR_NATIVE}" +STAGING_BINDIR_CROSS = "${STAGING_BINDIR_NATIVE}" # set the compiler as well. It could have been set to something else export CC = "${CCACHE}${HOST_PREFIX}gcc ${HOST_CC_ARCH}" |