commit | b0668cc586d978e388ccffe0b5ad36509b082d99 | [log] [tgz] |
---|---|---|
author | Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no> | Fri May 12 13:39:22 2023 +0200 |
committer | Anas Nashif <anas.nashif@intel.com> | Fri May 12 18:31:44 2023 -0400 |
tree | e21c1f72b13df5afa741e09fc96bd98c57fb42a5 | |
parent | c4025f026fe99046621588a8eb99b2a5fac457d5 [diff] |
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>