diff options
| author | Nitin A Kamble <nitin.a.kamble@intel.com> | 2011-07-27 15:31:28 -0700 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-08-05 17:15:59 +0100 |
| commit | 17e8d8558dbabe2540860ecf1232214dfdf90ff0 (patch) | |
| tree | af12f217fc152e4f85993e318088c2d2b0f943cc /meta/classes/allarch.bbclass | |
| parent | 5561aaad28ed6db6d962f88db32814043044731f (diff) | |
| download | poky-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.bbclass | 2 |
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" | |||
| 12 | TARGET_ARCH = "allarch" | 12 | TARGET_ARCH = "allarch" |
| 13 | TARGET_OS = "linux" | 13 | TARGET_OS = "linux" |
| 14 | TARGET_CC_ARCH = "none" | 14 | TARGET_CC_ARCH = "none" |
| 15 | TARGET_LD_ARCH = "none" | ||
| 16 | TARGET_AS_ARCH = "none" | ||
| 15 | PACKAGE_EXTRA_ARCHS = "" | 17 | PACKAGE_EXTRA_ARCHS = "" |
