summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/classes/allarch.bbclass4
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/classes/allarch.bbclass b/meta/classes/allarch.bbclass
index 4bc99272c4..6f63f9df28 100644
--- a/meta/classes/allarch.bbclass
+++ b/meta/classes/allarch.bbclass
@@ -27,6 +27,10 @@ python () {
27 d.setVar("PACKAGE_EXTRA_ARCHS", "") 27 d.setVar("PACKAGE_EXTRA_ARCHS", "")
28 d.setVar("SDK_ARCH", "none") 28 d.setVar("SDK_ARCH", "none")
29 d.setVar("SDK_CC_ARCH", "none") 29 d.setVar("SDK_CC_ARCH", "none")
30 d.setVar("TARGET_CPPFLAGS", "none")
31 d.setVar("TARGET_CFLAGS", "none")
32 d.setVar("TARGET_CXXFLAGS", "none")
33 d.setVar("TARGET_LDFLAGS", "none")
30 34
31 # Avoid this being unnecessarily different due to nuances of 35 # Avoid this being unnecessarily different due to nuances of
32 # the target machine that aren't important for "all" arch 36 # the target machine that aren't important for "all" arch