zephyr/subsys/cpp
Stephanos Ioannidis 4b87e90167 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 14:36:01 -05:00
..
CMakeLists.txt
cpp_ctors.c
cpp_dtors.c
cpp_init_array.c
cpp_new.cpp
cpp_virtual.c
cpp_vtable.cpp
Kconfig cpp: Fix C++ exception handling newlib dependency 2021-06-08 14:36:01 -05:00