1# GNU ARM Embedded Toolchain 2 3# Copyright (c) 2020 Linaro Limited. 4# SPDX-License-Identifier: Apache-2.0 5 6config TOOLCHAIN_GNUARMEMB 7 def_bool y 8 select HAS_NEWLIB_LIBC_NANO 9 select NEWLIB_LIBC_SUPPORTED 10