zephyr/lib/cpp
Alberto Escolar Piedras b0668cc586 lib: cpp: Do not define __cxa_atexit() for the posix arch
For the POSIX architecture we do not define an
empty __cxa_atexit() as it otherwise would
override its host libC counterpart. And this would
both disable the atexit() hooks, and prevent possible
test code global destructors from being registered.

Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
2023-05-12 18:31:44 -04:00
..
abi lib: cpp: Do not define __cxa_atexit() for the posix arch 2023-05-12 18:31:44 -04:00
minimal minimal libcpp: Un-11-ify cstddef 2023-03-01 19:42:32 -05:00
CMakeLists.txt lib: cpp: Rework C++ standard library configurations 2023-01-13 17:42:55 -05:00
Kconfig lib: cpp: Introduce FULL_LIBCPP_SUPPORTED similar to C version 2023-05-03 10:01:05 +02:00
Kconfig.deprecated lib: cpp: Rework C++ standard library configurations 2023-01-13 17:42:55 -05:00