MACHINE*: specify ARCH for each MACHINE

Some Makefiles may need to have ARCH set.

Signed-off-by: Juro Bystricky <juro.bystricky@intel.com>
This commit is contained in:
Juro Bystricky
2017-03-11 09:43:11 -08:00
parent eace735c7f
commit a3331c52ff
6 changed files with 12 additions and 0 deletions

View File

@@ -8,3 +8,5 @@ require conf/machine/include/tune-cortexm0.inc
TARGET_LINK_HASH_STYLE = ""
ZEPHYR_INHERIT_CLASSES += "zephyr-flash-dfu"
ARCH_arduino-101-ble = "arm"

View File

@@ -17,3 +17,5 @@ PREFERRED_VERSION_binutils-cross-canadian-${TRANSLATED_TARGET_ARCH} = "2.26+gita
TARGET_LINK_HASH_STYLE = ""
ZEPHYR_INHERIT_CLASSES += "zephyr-flash-dfu"
ARCH_arduino-101-sss = "arc"

View File

@@ -9,3 +9,6 @@ TUNE_PKGARCH_arduino-101 = "iamcu"
TARGET_LINK_HASH_STYLE = ""
ZEPHYR_INHERIT_CLASSES += "zephyr-flash-dfu"
ARCH_arduino-101 = "x86"

View File

@@ -13,3 +13,4 @@ QB_MACHINE = "-machine lm3s6965evb"
QB_OPT_APPEND = "-nographic -vga none"
QB_CPU = "-cpu cortex-m3"
ARCH_qemu-cortex-m3 = "arm"

View File

@@ -12,3 +12,5 @@ QB_SYSTEM_NAME = "qemu-system-nios2"
QB_MACHINE = "-machine altera_10m50_zephyr"
QB_OPT_APPEND = "-nographic"
QB_CPU = "-cpu nios2"
ARCH_qemu-nios2 = "nios2"

View File

@@ -13,3 +13,5 @@ QB_MACHINE = "-machine pc-0.14"
QB_OPT_APPEND = "-nographic -display none -clock dynticks -no-acpi -balloon none"
QB_CPU_x86 = "-cpu qemu32"
QB_CPU_KVM_x86 = "-cpu kvm32"
ARCH_qemu-x86 = "x86"