summaryrefslogtreecommitdiffstats
path: root/meta/classes/allarch.bbclass
diff options
context:
space:
mode:
authorNitin A Kamble <nitin.a.kamble@intel.com>2011-07-27 15:31:28 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-08-05 17:15:59 +0100
commit17e8d8558dbabe2540860ecf1232214dfdf90ff0 (patch)
treeaf12f217fc152e4f85993e318088c2d2b0f943cc /meta/classes/allarch.bbclass
parent5561aaad28ed6db6d962f88db32814043044731f (diff)
downloadpoky-17e8d8558dbabe2540860ecf1232214dfdf90ff0.tar.gz
toolchain-scripts & other classes: add TARGET_LD_ARCH & TARGET_AS_ARCH vars
This is comming from x32 need to pass special parameters to ld & as. (From OE-Core rev: 96931af89f9cc3056e413cff437a85eca85b3b75) Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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 = ""