Skip to content

Commit aa262dd

Browse files
committed
cmake: Don't advertise newlib-nano support
We're not providing this library any more Signed-off-by: Keith Packard <[email protected]>
1 parent 3cefc22 commit aa262dd

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

cmake/zephyr/Kconfig

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@
22

33
config TOOLCHAIN_ZEPHYR_0_17
44
def_bool y
5-
# FIXME: Newlib-nano is disabled for Xtensa targets due to the memset
6-
# bug causing crashes (see the GitHub issue #660).
7-
select HAS_NEWLIB_LIBC_NANO if !XTENSA
85

96
config TOOLCHAIN_ZEPHYR_SUPPORTS_THREAD_LOCAL_STORAGE
107
def_bool y

0 commit comments

Comments
 (0)