Skip to content

Commit e3595ae

Browse files
committed
Disable newlib-nano
Reduce build times so I can get a complete toolchain Signed-off-by: Keith Packard <[email protected]>
1 parent abaa60e commit e3595ae

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cmake/zephyr/Kconfig

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ config TOOLCHAIN_ZEPHYR_0_17
44
def_bool y
55
# FIXME: Newlib-nano is disabled for Xtensa targets due to the memset
66
# bug causing crashes (see the GitHub issue #660).
7-
select HAS_NEWLIB_LIBC_NANO if !XTENSA
7+
#select HAS_NEWLIB_LIBC_NANO if !XTENSA
88

99
config TOOLCHAIN_ZEPHYR_SUPPORTS_THREAD_LOCAL_STORAGE
1010
def_bool y

configs/common.config

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ CT_LIBC_NEWLIB_RETARGETABLE_LOCKING=y
3939
CT_LIBC_NEWLIB_EXTRA_SECTIONS=y
4040

4141
# Newlib-nano
42-
CT_COMP_LIBS_NEWLIB_NANO=y
42+
CT_COMP_LIBS_NEWLIB_NANO=n
4343
CT_NEWLIB_NANO_SRC_CUSTOM=y
4444
CT_NEWLIB_NANO_CUSTOM_LOCATION="${GITHUB_WORKSPACE}/newlib"
4545
CT_NEWLIB_NANO_GCC_LIBSTDCXX=y

0 commit comments

Comments
 (0)