You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
310 B
13 lines
310 B
# 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 |
|
|
|
config TOOLCHAIN_GNUARMEMB_SUPPORTS_GNU_EXTENSIONS |
|
def_bool y |
|
select TOOLCHAIN_SUPPORTS_GNU_EXTENSIONS
|
|
|