mirror of
https://git.yoctoproject.org/poky
synced 2026-04-26 00:32:12 +02:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
5561aaad28
commit
17e8d8558d
@@ -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 = ""
|
||||
|
||||
Reference in New Issue
Block a user