cpp: Remove C++ exception handling arch restriction

The C++ exception handling feature is now supported on all
architectures.

Signed-off-by: Stephanos Ioannidis <root@stephanos.io>
This commit is contained in:
Stephanos Ioannidis 2021-05-28 23:22:25 +09:00 committed by Kumar Gala
commit e0d582a6b6

View file

@ -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.