From 3ccbef2d55d6be76cba4afaa0a7e862281b2cf7c Mon Sep 17 00:00:00 2001 From: Nikolay Agishev Date: Mon, 13 May 2024 22:34:30 +0300 Subject: [PATCH] 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 --- cmake/toolchain/arcmwdt/Kconfig.defconfig | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 cmake/toolchain/arcmwdt/Kconfig.defconfig diff --git a/cmake/toolchain/arcmwdt/Kconfig.defconfig b/cmake/toolchain/arcmwdt/Kconfig.defconfig new file mode 100644 index 00000000000..78164376629 --- /dev/null +++ b/cmake/toolchain/arcmwdt/Kconfig.defconfig @@ -0,0 +1,5 @@ +# Copyright (c) 2024 Synopsys +# SPDX-License-Identifier: Apache-2.0 + +config PICOLIBC_SUPPORTED + default n