zephyr/subsys/cpp
Stephanos Ioannidis f0e3280c61 cpp: Fix C++ exception handling newlib dependency
This commit makes C++ exception handling feature depend on the full
version of newlib (i.e. `CONFIG_NEWLIB_LIBC_NANO=n`).

The `nano.specs`, which selects the nano variant of newlib, libstdc++,
and libsupc++, does not support C++ exception handling because its
lib*c++ is compiled with `-fno-exceptions`.

For more details, refer to the issue #35972.

Signed-off-by: Stephanos Ioannidis <root@stephanos.io>
2021-06-08 11:45:28 -05:00
..
CMakeLists.txt cpp: Use malloc/free instead of kernel variants in new/delete 2019-11-26 12:41:54 -06:00
cpp_ctors.c cpp: support for 64-bit constructors 2019-07-30 18:55:34 -07:00
cpp_dtors.c cpp: mark __dso_handle as weak. 2018-04-09 23:21:52 -04:00
cpp_init_array.c cpp: Fixed compile warning with extern array declaration 2020-06-09 14:42:16 +02:00
cpp_new.cpp treewide: avoid use of unsupported C++ specifiers 2019-12-13 17:19:54 -06:00
cpp_virtual.c style: add braces around if/while statements 2019-06-06 15:20:21 +02:00
cpp_vtable.cpp cpp: Use malloc/free instead of kernel variants in new/delete 2019-11-26 12:41:54 -06:00
Kconfig cpp: Fix C++ exception handling newlib dependency 2021-06-08 11:45:28 -05:00