nuttx/libs/libxx
cuiziwei f17b82bd65 libcxx/libstdc++: Add libsupc++.defs to support libsupc++
This patch adds support for building libsupc++ (the C++ runtime
support library from GCC's libstdc++-v3).

libsupc++ provides core C++ runtime support including:
- Exception handling (eh_*.cc)
- RTTI (Run-Time Type Information)
- Memory allocation operators (new/delete)
- Type info support

The implementation includes:
- libsupc++.defs for libsupc++ build integration
- support make and cmake build
- Use gthr.h, gthr-posix.h and unwind-pe.h from libgcc
- LIBSTDCXX_VERSION config option with default 14.2.0

Signed-off-by: cuiziwei <cuiziwei@xiaomi.com>
2026-01-24 17:33:19 +08:00
..
etl libxx: All cxx libraries move down one level 2024-11-08 01:50:37 +08:00
libcxx libcxx: supports CXX_MINI_LOCALIZATION 2026-01-16 09:41:40 +08:00
libcxxabi libcxxabi: enable LIBCXXABI_BAREMETAL 2026-01-14 09:38:22 +08:00
libminiabi libs/libxx: change libcxxmini to libminiabi 2026-01-19 10:48:50 +08:00
libstdc++ libcxx/libstdc++: Add libsupc++.defs to support libsupc++ 2026-01-24 17:33:19 +08:00
uClibc++ style: fix spelling in code comments and strings 2025-05-23 10:48:41 +08:00
.gitignore add dir ignored since we changed libxx layout 2024-11-17 08:31:08 -03:00
__config_site libxx: fix __config_site for libcxx compile errors 2026-01-20 17:45:48 +08:00
CMakeLists.txt libs: remove not related comments from cmake files 2025-10-11 17:07:51 -04:00
Kconfig libcxx/libstdc++: Add libsupc++.defs to support libsupc++ 2026-01-24 17:33:19 +08:00
Makefile libcxx/libstdc++: Add libsupc++.defs to support libsupc++ 2026-01-24 17:33:19 +08:00