diff --git a/cmake/zephyr/llvm/target.cmake b/cmake/zephyr/llvm/target.cmake index 07f51a02..a01a8dcc 100644 --- a/cmake/zephyr/llvm/target.cmake +++ b/cmake/zephyr/llvm/target.cmake @@ -37,7 +37,5 @@ if(DEFINED triple) unset(triple) endif() -list(APPEND TOOLCHAIN_C_FLAGS --config - ${ZEPHYR_SDK_INSTALL_DIR}/cmake/zephyr/llvm/clang_compiler_rt.cfg) -list(APPEND TOOLCHAIN_LD_FLAGS --config - ${ZEPHYR_SDK_INSTALL_DIR}/cmake/zephyr/llvm/clang_compiler_rt.cfg) +list(APPEND TOOLCHAIN_C_FLAGS --config=${ZEPHYR_SDK_INSTALL_DIR}/cmake/zephyr/llvm/clang_compiler_rt.cfg) +list(APPEND TOOLCHAIN_LD_FLAGS --config=${ZEPHYR_SDK_INSTALL_DIR}/cmake/zephyr/llvm/clang_compiler_rt.cfg)