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:
Nikolay Agishev 2024-05-13 22:34:30 +03:00 committed by Johan Hedberg
commit 3ccbef2d55

View file

@ -0,0 +1,5 @@
# Copyright (c) 2024 Synopsys
# SPDX-License-Identifier: Apache-2.0
config PICOLIBC_SUPPORTED
default n