commit | 80a351e22d59a23a680115f8edb40d4238bb54dd | [log] [tgz] |
---|---|---|
author | Øyvind Rønningstad <oyvind.ronningstad@nordicsemi.no> | Tue Apr 06 12:01:22 2021 +0200 |
committer | Kumar Gala <kumar.gala@gmail.com> | Fri Apr 09 11:48:55 2021 -0500 |
tree | f4117a52de243f9850f7f6937b8579556d1d70fe | |
parent | ffd3d42569dcdfa768df8712cc0dc2102527840b [diff] |
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>