From e0d582a6b62daacfcefc010abeb48746bdaad45e Mon Sep 17 00:00:00 2001 From: Stephanos Ioannidis Date: Fri, 28 May 2021 23:22:25 +0900 Subject: [PATCH] cpp: Remove C++ exception handling arch restriction The C++ exception handling feature is now supported on all architectures. Signed-off-by: Stephanos Ioannidis --- subsys/cpp/Kconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/subsys/cpp/Kconfig b/subsys/cpp/Kconfig index 901741d86b0..60e060f30f3 100644 --- a/subsys/cpp/Kconfig +++ b/subsys/cpp/Kconfig @@ -54,7 +54,6 @@ if LIB_CPLUSPLUS config EXCEPTIONS bool "Enable C++ exceptions support" - depends on !NIOS2 help This option enables support of C++ exceptions.