Skip to content

Commit 3aade99

Browse files
tejlmandgalak
authored andcommitted
cmake: updating TOOLCHAIN_ZEPHYR_0_11 --> TOOLCHAIN_ZEPHYR_0_12
During release of the Zephyr SDK 0.12, the corresponding Kconfig setting was missed. This commit changes `TOOLCHAIN_ZEPHYR_0_11` to `TOOLCHAIN_ZEPHYR_0_12` Signed-off-by: Torsten Rasmussen <[email protected]>
1 parent fb20969 commit 3aade99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/zephyr/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
# Copyright (c) 2020 Linaro Limited.
44
# SPDX-License-Identifier: Apache-2.0
55

6-
config TOOLCHAIN_ZEPHYR_0_11
6+
config TOOLCHAIN_ZEPHYR_0_12
77
def_bool y
88
select HAS_NEWLIB_LIBC_NANO if (ARC || (ARM && !ARM64) || RISCV)

0 commit comments

Comments
 (0)