summaryrefslogtreecommitdiffstats
path: root/meta/classes/allarch.bbclass
diff options
context:
space:
mode:
Diffstat (limited to 'meta/classes/allarch.bbclass')
-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 26fca70635..a2f81799a1 100644
--- a/meta/classes/allarch.bbclass
+++ b/meta/classes/allarch.bbclass
@@ -12,4 +12,6 @@ INHIBIT_DEFAULT_DEPS = "1"
12TARGET_ARCH = "allarch" 12TARGET_ARCH = "allarch"
13TARGET_OS = "linux" 13TARGET_OS = "linux"
14TARGET_CC_ARCH = "none" 14TARGET_CC_ARCH = "none"
15TARGET_LD_ARCH = "none"
16TARGET_AS_ARCH = "none"
15PACKAGE_EXTRA_ARCHS = "" 17PACKAGE_EXTRA_ARCHS = ""