ARCMWDT: Turn off picolibc support
MetaWare toolchain doesn't support building Zephyr with Picolibc module. This PR fixes biuld process by turning off picolibc support on compiler side. Signed-off-by: Nikolay Agishev <agishev@synopsys.com>
This commit is contained in:
parent
2ad265cb75
commit
3ccbef2d55
1 changed files with 5 additions and 0 deletions
5
cmake/toolchain/arcmwdt/Kconfig.defconfig
Normal file
5
cmake/toolchain/arcmwdt/Kconfig.defconfig
Normal file
|
@ -0,0 +1,5 @@
|
|||
# Copyright (c) 2024 Synopsys
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
config PICOLIBC_SUPPORTED
|
||||
default n
|
Loading…
Add table
Add a link
Reference in a new issue