We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d31370b commit 3c5f966Copy full SHA for 3c5f966
1 file changed
app/Kconfig
@@ -6,7 +6,7 @@ config SMP_BOOT_DELAY
6
7
# Allow compiler to determine whether to generate FLIX instructions.
8
choice COMPILER_CODEGEN_VLIW
9
- default COMPILER_CODEGEN_VLIW_AUTO if "$(ZEPHYR_TOOLCHAIN_VARIANT)" = "xt-clang"
+ default COMPILER_CODEGEN_VLIW_AUTO if "$(ZEPHYR_TOOLCHAIN_VARIANT)" = "xt-clang"
10
endchoice
11
12
source "Kconfig.zephyr"
0 commit comments