summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--classes/cmake-native.bbclass3
1 files changed, 0 insertions, 3 deletions
diff --git a/classes/cmake-native.bbclass b/classes/cmake-native.bbclass
index 4773c32..116cdd1 100644
--- a/classes/cmake-native.bbclass
+++ b/classes/cmake-native.bbclass
@@ -1,6 +1,3 @@
1# We need to unset CCACHE otherwise cmake gets too confused
2CCACHE = ""
3
4# Native C/C++ compiler (without cpu arch/tune arguments) 1# Native C/C++ compiler (without cpu arch/tune arguments)
5OECMAKE_NATIVE_C_COMPILER ?= "`echo ${BUILD_CC} | sed 's/^\([^ ]*\).*/\1/'`" 2OECMAKE_NATIVE_C_COMPILER ?= "`echo ${BUILD_CC} | sed 's/^\([^ ]*\).*/\1/'`"
6OECMAKE_NATIVE_CXX_COMPILER ?= "`echo ${BUILD_CXX} | sed 's/^\([^ ]*\).*/\1/'`" 3OECMAKE_NATIVE_CXX_COMPILER ?= "`echo ${BUILD_CXX} | sed 's/^\([^ ]*\).*/\1/'`"