walnux/arch
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
..
arm cxd56xx: use small lock in arch/arm/src/cxd56xx/cxd56_nxaudio_src.c 2024-12-03 23:51:47 +08:00
arm64 libm: Do not link the toolchain's libm unless explicitly selected 2024-12-04 09:30:33 +08:00
avr arch/avr: migrate to SPDX identifier 2024-12-02 22:43:23 +08:00
ceva arch/ceva: migrate to SPDX identifier 2024-12-02 22:43:23 +08:00
dummy
hc arch/hc: migrate to SPDX identifier 2024-12-02 22:43:23 +08:00
mips arch/misps: migrate to SPDX identifier 2024-12-02 22:43:23 +08:00
misoc arch/misoc: migrate to SPDX identifier 2024-12-02 22:43:23 +08:00
or1k arch/or1k: migrate to SPDX identifier 2024-12-02 22:43:23 +08:00
renesas arch/renesas: migrate to SPDX identifier 2024-12-02 17:23:25 +08:00
risc-v libm: Do not link the toolchain's libm unless explicitly selected 2024-12-04 02:06:17 +08:00
sim arch/sim: migrate to SPDX identifier 2024-12-02 17:23:25 +08:00
sparc arch/sparc: migrate to SPDX identifier 2024-12-02 17:23:25 +08:00
tricore libm: Do not link the toolchain's libm unless explicitly selected 2024-12-04 02:06:17 +08:00
x86 arch/x86: migrate to SPDX identifier 2024-12-02 17:23:25 +08:00
x86_64 arch/x86_64: migrate to SPDX identifier 2024-12-02 17:23:25 +08:00
xtensa libm: Do not link the toolchain's libm unless explicitly selected 2024-12-04 09:30:33 +08:00
z16 arch/z16: migrate to SPDX identifier 2024-12-02 17:23:25 +08:00
z80 arch/z80: migrate to SPDX identifier 2024-12-02 17:23:25 +08:00
CMakeLists.txt arch/z80: migrate to SPDX identifier 2024-12-02 17:23:25 +08:00
Kconfig nuttx/arch: remove the custom board check in up_testset implementation 2024-11-28 15:06:57 +08:00