Skip to content

Commit 3c931c1

Browse files
committed
cmake: Select HAS_NEWLIB_LIBC_NANO unconditionally
This commit updates the Zephyr SDK Kconfig to select `HAS_NEWLIB_LIBC_NANO` unconditionally because the Newlib nano variant is now available on all targets supported by the Zephyr SDK. Signed-off-by: Stephanos Ioannidis <root@stephanos.io>
1 parent eb6e9c1 commit 3c931c1

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
@@ -2,7 +2,7 @@
22

33
config TOOLCHAIN_ZEPHYR_0_16
44
def_bool y
5-
select HAS_NEWLIB_LIBC_NANO if (ARC || (ARM && !ARM64) || RISCV)
5+
select HAS_NEWLIB_LIBC_NANO
66

77
config TOOLCHAIN_ZEPHYR_SUPPORTS_THREAD_LOCAL_STORAGE
88
def_bool y

0 commit comments

Comments
 (0)