toolchain: Fix selection of HAS_NEWLIB_LIBC_NANO for zephyr SDK
HAS_NEWLIB_LIBC_NANO only should be set on arch that have nano.spec which is ARM, ARC, and RISCV. Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
This commit is contained in:
parent
4ea41623ef
commit
ed938bf7e7
1 changed files with 1 additions and 1 deletions
|
@ -5,4 +5,4 @@
|
|||
|
||||
config TOOLCHAIN_ZEPHYR_0_11
|
||||
def_bool y
|
||||
select HAS_NEWLIB_LIBC_NANO
|
||||
select HAS_NEWLIB_LIBC_NANO if (ARC || ARM || RISCV)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue