nuttx-update/arch/xtensa
Tiago Medicci Serrano 5358f5b940 libm: Do not link the toolchain's libm unless explicitly selected
Fix CMake-based build system to include the toolchain's libm only
when `CONFIG_LIBM_TOOLCHAIN` is selected. Before this commit, if
the user selected `CONFIG_LIBM_NEWLIB`, for instance, the build
system would still link the toolchain's libm functions instead of
the ones provided by newlib.

PS: this commit applies the same changes previously introduced for
the other architectures.
2024-12-04 09:30:33 +08:00
..
include arch/xtensa: migrate to SPDX identifier 2024-12-02 17:23:25 +08:00
src libm: Do not link the toolchain's libm unless explicitly selected 2024-12-04 09:30:33 +08:00
CMakeLists.txt cmake:implement CMake build of xtensa arch 2024-11-02 18:08:38 +08:00
Kconfig arch/toochain: Add toochain to gcc 2024-11-14 15:45:24 +08:00