Skip to content

Commit

Permalink
toolchain: llvm: use the "none" vendor triplet
Browse files Browse the repository at this point in the history
This was submitted with "cros" in 77dde5d, it was meant to be "none".

Signed-off-by: Fabio Baltieri <[email protected]>
  • Loading branch information
fabiobaltieri authored and carlescufi committed Nov 15, 2023
1 parent 6348a97 commit fd9a464
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/toolchain/llvm/target.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ if("${ARCH}" STREQUAL "arm")
elseif(DEFINED CONFIG_ARMV7_M_ARMV8_M_MAINLINE)
# ARMV7_M_ARMV8_M_MAINLINE means that ARMv7-M or backward compatible ARMv8-M
# processor is used.
set(triple armv7m-cros-eabi)
set(triple armv7m-none-eabi)
elseif(DEFINED CONFIG_ARMV6_M_ARMV8_M_BASELINE)
# ARMV6_M_ARMV8_M_BASELINE means that ARMv6-M or ARMv8-M supporting the
# Baseline implementation processor is used.
Expand Down

0 comments on commit fd9a464

Please sign in to comment.