summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
Diffstat (limited to 'meta')
-rw-r--r--meta/classes/allarch.bbclass2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/classes/allarch.bbclass b/meta/classes/allarch.bbclass
index 3ef1e9c0ef..d41dd4bee8 100644
--- a/meta/classes/allarch.bbclass
+++ b/meta/classes/allarch.bbclass
@@ -22,6 +22,8 @@ python () {
22 d.setVar("TARGET_CC_ARCH", "none") 22 d.setVar("TARGET_CC_ARCH", "none")
23 d.setVar("TARGET_LD_ARCH", "none") 23 d.setVar("TARGET_LD_ARCH", "none")
24 d.setVar("TARGET_AS_ARCH", "none") 24 d.setVar("TARGET_AS_ARCH", "none")
25 d.setVar("TARGET_FPU", "")
26 d.setVar("TARGET_PREFIX", "")
25 d.setVar("PACKAGE_EXTRA_ARCHS", "") 27 d.setVar("PACKAGE_EXTRA_ARCHS", "")
26 d.setVar("SDK_ARCH", "none") 28 d.setVar("SDK_ARCH", "none")
27 d.setVar("SDK_CC_ARCH", "none") 29 d.setVar("SDK_CC_ARCH", "none")