summaryrefslogtreecommitdiff
path: root/zephyr/cmake/toolchain/llvm/target.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/cmake/toolchain/llvm/target.cmake')
-rw-r--r--zephyr/cmake/toolchain/llvm/target.cmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/zephyr/cmake/toolchain/llvm/target.cmake b/zephyr/cmake/toolchain/llvm/target.cmake
index e8e5df7be1..e6960dade5 100644
--- a/zephyr/cmake/toolchain/llvm/target.cmake
+++ b/zephyr/cmake/toolchain/llvm/target.cmake
@@ -7,8 +7,8 @@ set(LINKER lld)
set(BINTOOLS llvm)
# Mapping of Zephyr architecture -> toolchain triple
-set(CROSS_COMPILE_TARGET_posix x86_64-pc-linux-gnu)
-set(CROSS_COMPILE_TARGET_unit_testing x86_64-pc-linux-gnu)
+# Note only "posix" is supported at the moment.
+set(CROSS_COMPILE_TARGET_posix x86_64-pc-linux-gnu)
set(CROSS_COMPILE_TARGET ${CROSS_COMPILE_TARGET_${ARCH}})