mirror of
https://github.com/apache/nuttx.git
synced 2026-05-13 18:48:11 +08:00
41842ade12
Ensure the CMake build explicitly locates and links libstdc++.a when CONFIG_LIBCXXTOOLCHAIN is enabled. This aligns CMake behavior with the Make build system and fixes STL/libc header conflicts observed on xmc4800-relax:nsh. Signed-off-by: trns1997 <trns1997@gmail.com>