zephyr/cmake/toolchain/xtools/Kconfig
Keith Packard 28209a9069 cmake/toolchain: Add Kconfig setting for toolchains with newlib
Label espressif, gnuarmemd and xtools toolchains with newlib support using
the Kconfig variable rather than relying on the TOOLCHAIN_HAS_NEWLIB
value.

Signed-off-by: Keith Packard <keithp@keithp.com>
2023-04-27 20:18:11 +09:00

11 lines
305 B
Text

# Copyright © 2022 Keith Packard
# SPDX-License-Identifier: Apache-2.0
config TOOLCHAIN_XTOOLS_SUPPORTS_THREAD_LOCAL_STORAGE
def_bool y
select TOOLCHAIN_SUPPORTS_THREAD_LOCAL_STORAGE
config NEWLIB_LIBC_SUPPORTED
def_bool y
help
Crosstools is assumed to support newlib for C and C++ development.