Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
c++: kconfig: EXCEPTIONS needs to depend on NEWLIB_LIBC
C++ exception support needs to use the newlib C library in order to get the abort function. C++ exceptions also do not work with the simple malloc/free implementation provided by the Zephyr minimal C library. Signed-off-by: Aurelien Jarno <[email protected]>
- Loading branch information