zephyr/arch
Øyvind Rønningstad 80a351e22d arch: arm: Disallow FP_HARDABI when building with TFM
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>
2021-04-09 11:48:55 -05:00
..
arc kernel: arch: introduce k_float_enable() 2021-03-25 14:13:23 +01:00
arm arch: arm: Disallow FP_HARDABI when building with TFM 2021-04-09 11:48:55 -05:00
arm64 aarch64: smp: make the cross-CPU swap_ptables call use its own IPI 2021-04-09 11:55:13 -04:00
common arm/arm64: Make ARM64 a standalone architecture 2021-03-31 10:34:33 -05:00
nios2 kernel: Cleanup logger setup in kernel files 2020-11-27 09:56:34 -05:00
posix kernel: Add new k_thread_abort()/k_thread_join() 2021-02-24 16:39:15 -05:00
riscv riscv: MTVAL CSR not supported on OpenISA RV32M1 2021-04-08 14:22:54 +02:00
sparc SPARC: improve fatal log 2021-03-25 17:48:23 +01:00
x86 x86: timing: allow userspace to convert cycles to ns 2021-04-06 16:43:55 -04:00
xtensa arch/xtensa: Remember to spill windows in arch_cohere_stacks() 2021-03-08 11:14:27 -05:00
CMakeLists.txt cmake: fix include directories to work with out-of-tree arch 2020-08-05 08:06:07 -04:00
Kconfig kernel: enable using timing subsys to collect paging histograms 2021-04-06 16:43:55 -04:00