nuttx-update/arch/arm64
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/arm64: migrate to SPDX identifier 2024-12-02 22:43:23 +08:00
src libm: Do not link the toolchain's libm unless explicitly selected 2024-12-04 09:30:33 +08:00
CMakeLists.txt arch/arm64: migrate to SPDX identifier 2024-12-02 22:43:23 +08:00
Kconfig arm64/mte: Add support for arm64 mte 2024-12-02 11:04:11 -03:00