toolchain: llvm: use the "none" vendor triplet
This was submitted with "cros" in 77dde5dc9f
, it was meant to be "none".
Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com>
This commit is contained in:
parent
6348a973c3
commit
fd9a464495
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ if("${ARCH}" STREQUAL "arm")
|
||||||
elseif(DEFINED CONFIG_ARMV7_M_ARMV8_M_MAINLINE)
|
elseif(DEFINED CONFIG_ARMV7_M_ARMV8_M_MAINLINE)
|
||||||
# ARMV7_M_ARMV8_M_MAINLINE means that ARMv7-M or backward compatible ARMv8-M
|
# ARMV7_M_ARMV8_M_MAINLINE means that ARMv7-M or backward compatible ARMv8-M
|
||||||
# processor is used.
|
# processor is used.
|
||||||
set(triple armv7m-cros-eabi)
|
set(triple armv7m-none-eabi)
|
||||||
elseif(DEFINED CONFIG_ARMV6_M_ARMV8_M_BASELINE)
|
elseif(DEFINED CONFIG_ARMV6_M_ARMV8_M_BASELINE)
|
||||||
# ARMV6_M_ARMV8_M_BASELINE means that ARMv6-M or ARMv8-M supporting the
|
# ARMV6_M_ARMV8_M_BASELINE means that ARMv6-M or ARMv8-M supporting the
|
||||||
# Baseline implementation processor is used.
|
# Baseline implementation processor is used.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue