I’m having a hard time controlling the float abi of the legato framework. We want to configure our Linux build to use float-abi hard, but Legato only wants to build with float-abi soft.
We can certainly set the CFLAGS for the individual application builds, but when we link to the legato shared library we get errors saying the ABIs are incompatible.
How can I change the CFLAGS of the framework build?