mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-04 03:51:57 +00:00
Introduce HAS_NEWLIB_LIBC_NANO Kconfig option that the toolchain specific Kconfig (gnuarmemb & zephyr 0.11) can select to convey that the feature is supported. This removes the need to if protect the NEWLIB_LIBC_NANO Kconfig with: if "$(ZEPHYR_TOOLCHAIN_VARIANT)" = "gnuarmemb" Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
9 lines
174 B
Plaintext
9 lines
174 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
|