28209a9069
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>
8 lines
176 B
Plaintext
8 lines
176 B
Plaintext
# Copyright © 2023 Keith Packard
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config NEWLIB_LIBC_SUPPORTED
|
|
def_bool y
|
|
help
|
|
Espressif supports newlib for C and C++ development.
|