cpp: Update list of archs supporting C++ exceptions

C++ exceptions are supported on SPARC.

Signed-off-by: Martin Åberg <martin.aberg@gaisler.com>
This commit is contained in:
Martin Åberg 2021-05-28 10:03:25 +02:00 committed by Kumar Gala
commit 23bb8f421f

View file

@ -54,7 +54,7 @@ if LIB_CPLUSPLUS
config EXCEPTIONS config EXCEPTIONS
bool "Enable C++ exceptions support" bool "Enable C++ exceptions support"
depends on !NIOS2 && !SPARC depends on !NIOS2
help help
This option enables support of C++ exceptions. This option enables support of C++ exceptions.