We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abaa60e commit e3595aeCopy full SHA for e3595ae
cmake/zephyr/Kconfig
@@ -4,7 +4,7 @@ config TOOLCHAIN_ZEPHYR_0_17
4
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
+ #select HAS_NEWLIB_LIBC_NANO if !XTENSA
8
9
config TOOLCHAIN_ZEPHYR_SUPPORTS_THREAD_LOCAL_STORAGE
10
configs/common.config
@@ -39,7 +39,7 @@ CT_LIBC_NEWLIB_RETARGETABLE_LOCKING=y
39
CT_LIBC_NEWLIB_EXTRA_SECTIONS=y
40
41
# Newlib-nano
42
-CT_COMP_LIBS_NEWLIB_NANO=y
+CT_COMP_LIBS_NEWLIB_NANO=n
43
CT_NEWLIB_NANO_SRC_CUSTOM=y
44
CT_NEWLIB_NANO_CUSTOM_LOCATION="${GITHUB_WORKSPACE}/newlib"
45
CT_NEWLIB_NANO_GCC_LIBSTDCXX=y
0 commit comments