nuttx/libs
Shanmin Zhang 7bfd3abc65 Revert "libs/libc/stdlib/lib_exit.c: fix multiple definition of __dso_handle in msys2"
This reverts commit 8f96e59aee9cd0c5bbb82e01044d109f8588fec2.

The implementation of __dso_handle is independent of the HOST OS but dependent on the specific compiler.
Therefore, this patch will cause compilation failures for other cross-compilers on the Windows platform, such as arm-none-eabi-gcc and aarch64-none-elf-gcc.
Constraints should be applied to compiler target rather than compiler host.

Signed-off-by: Shanmin Zhang <zhangshanmin@xiaomi.com>
2026-04-27 10:04:05 +08:00
..
libbuiltin libbuitin/compiler-rt: Solve some compilation errors 2026-04-21 01:29:51 +08:00
libc Revert "libs/libc/stdlib/lib_exit.c: fix multiple definition of __dso_handle in msys2" 2026-04-27 10:04:05 +08:00
libdsp Merge branch 'master' into vela 2026-04-21 01:12:27 +08:00
libm libm/newlib: Include fenv sources for all ARCHs and extend x86 includes 2026-04-21 01:30:28 +08:00
libnx libnx/nxfonts: Don't make nxfont when not config NXFONTS 2026-04-21 01:18:05 +08:00
libxx libxx: supports CXX_MINI_LOCALIZATION 2026-04-21 01:34:36 +08:00
CMakeLists.txt Merge branch 'master' into vela 2026-04-21 01:12:27 +08:00