Skip to content

Commit 3ccbef2

Browse files
Nikolay Agishevjhedberg
authored andcommitted
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>
1 parent 2ad265c commit 3ccbef2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Copyright (c) 2024 Synopsys
2+
# SPDX-License-Identifier: Apache-2.0
3+
4+
config PICOLIBC_SUPPORTED
5+
default n

0 commit comments

Comments
 (0)