diff --git a/subsys/cpp/Kconfig b/subsys/cpp/Kconfig index ee13e731eb8..ee3f47805f6 100644 --- a/subsys/cpp/Kconfig +++ b/subsys/cpp/Kconfig @@ -55,6 +55,7 @@ config LIB_CPLUSPLUS config EXCEPTIONS depends on CPLUSPLUS + depends on NEWLIB_LIBC select LIB_CPLUSPLUS bool "Enable C++ exceptions support" help