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>
10 lines
204 B
Plaintext
10 lines
204 B
Plaintext
# GNU ARM Embedded Toolchain
|
|
|
|
# Copyright (c) 2020 Linaro Limited.
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config TOOLCHAIN_GNUARMEMB
|
|
def_bool y
|
|
select HAS_NEWLIB_LIBC_NANO
|
|
select NEWLIB_LIBC_SUPPORTED
|