80a351e22d
When building with TFM, the app is linked with libraries built by the TFM build system. TFM is always built with -msoft-float which is equivalent to -mfloat-abi=soft. FP_HARDABI adds -mfloat-abi=hard which gives errors when linking with the libs from TFM since they are built with a different ABI. Fixes https://github.com/zephyrproject-rtos/zephyr/issues/33956 Signed-off-by: Øyvind Rønningstad <oyvind.ronningstad@nordicsemi.no> |
||
---|---|---|
.. | ||
arc | ||
arm | ||
arm64 | ||
common | ||
nios2 | ||
posix | ||
riscv | ||
sparc | ||
x86 | ||
xtensa | ||
CMakeLists.txt | ||
Kconfig |