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.