Skip to content

Commit

Permalink
cmake: Select HAS_NEWLIB_LIBC_NANO unconditionally
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
stephanosio committed Apr 11, 2023
1 parent eb6e9c1 commit 3c931c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/zephyr/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

config TOOLCHAIN_ZEPHYR_0_16
def_bool y
select HAS_NEWLIB_LIBC_NANO if (ARC || (ARM && !ARM64) || RISCV)
select HAS_NEWLIB_LIBC_NANO

config TOOLCHAIN_ZEPHYR_SUPPORTS_THREAD_LOCAL_STORAGE
def_bool y
Expand Down

0 comments on commit 3c931c1

Please sign in to comment.