From 23bb8f421f81601652d795ff39cf7c4850677507 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20=C3=85berg?= Date: Fri, 28 May 2021 10:03:25 +0200 Subject: [PATCH] cpp: Update list of archs supporting C++ exceptions MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit C++ exceptions are supported on SPARC. Signed-off-by: Martin Ã…berg --- subsys/cpp/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subsys/cpp/Kconfig b/subsys/cpp/Kconfig index a882d8b049a..901741d86b0 100644 --- a/subsys/cpp/Kconfig +++ b/subsys/cpp/Kconfig @@ -54,7 +54,7 @@ if LIB_CPLUSPLUS config EXCEPTIONS bool "Enable C++ exceptions support" - depends on !NIOS2 && !SPARC + depends on !NIOS2 help This option enables support of C++ exceptions.