cpp: Restrict C++ exceptions usage to supported archs
This commit makes CONFIG_EXCEPTIONS un-selectable for the architectures that are known to have broken C++ exception handling support (see #32448). Signed-off-by: Stephanos Ioannidis <root@stephanos.io>
This commit is contained in:
parent
5a9d0d5e20
commit
d05977b8e1
1 changed files with 1 additions and 0 deletions
|
@ -54,6 +54,7 @@ if LIB_CPLUSPLUS
|
||||||
|
|
||||||
config EXCEPTIONS
|
config EXCEPTIONS
|
||||||
bool "Enable C++ exceptions support"
|
bool "Enable C++ exceptions support"
|
||||||
|
depends on !NIOS2 && !SPARC
|
||||||
help
|
help
|
||||||
This option enables support of C++ exceptions.
|
This option enables support of C++ exceptions.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue