From 17e8d8558dbabe2540860ecf1232214dfdf90ff0 Mon Sep 17 00:00:00 2001 From: Nitin A Kamble Date: Wed, 27 Jul 2011 15:31:28 -0700 Subject: 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 Signed-off-by: Richard Purdie --- meta/classes/allarch.bbclass | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta/classes/allarch.bbclass') 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" TARGET_ARCH = "allarch" TARGET_OS = "linux" TARGET_CC_ARCH = "none" +TARGET_LD_ARCH = "none" +TARGET_AS_ARCH = "none" PACKAGE_EXTRA_ARCHS = "" -- cgit v1.2.3-54-g00ecf