summaryrefslogtreecommitdiff
path: root/classes/native.bbclass
diff options
context:
space:
mode:
authorFlorian Boor <florian.boor@kernelconcepts.de>2007-05-20 11:23:31 +0000
committerFlorian Boor <florian.boor@kernelconcepts.de>2007-05-20 11:23:31 +0000
commitb7f5a6d711e44c3d245cdcb8fef3eac5349bf0de (patch)
tree532803f8df3bab90e28b72629b437fd3c2a23d19 /classes/native.bbclass
parent5951a9d7e48dc4b426460917dec370b687ac4756 (diff)
parent9375e3001c13e0ebe5290a024dc7c61d6696d4f6 (diff)
merge of '038f91aa279cf1b9a1f4f7bd7988f3768ee86ff0'
and '56dd632a3a9de2d8f4b9d335e96a43648c9cd3bd'
Diffstat (limited to 'classes/native.bbclass')
-rw-r--r--classes/native.bbclass3
1 files changed, 3 insertions, 0 deletions
diff --git a/classes/native.bbclass b/classes/native.bbclass
index 556c0e17e2..43000f96bf 100644
--- a/classes/native.bbclass
+++ b/classes/native.bbclass
@@ -39,6 +39,9 @@ LDFLAGS_build-darwin = "-L${STAGING_DIR}/${BUILD_SYS}/lib "
STAGING_BINDIR = "${STAGING_BINDIR_NATIVE}"
STAGING_BINDIR_CROSS = "${STAGING_BINDIR_NATIVE}"
+# Don't use site files for native builds
+export CONFIG_SITE = ""
+
# set the compiler as well. It could have been set to something else
export CC = "${CCACHE}${HOST_PREFIX}gcc ${HOST_CC_ARCH}"
export CXX = "${CCACHE}${HOST_PREFIX}g++ ${HOST_CC_ARCH}"