Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
openthread: add soft float fallback for lib path calculation
Add soft float fallback to enable building from libs with softfp ABI enabled. Code built with `soft` and `softfp` `float-abi` options can be linked together as they both use the same soft-float ABI and generate functions to pass floating-point arguments to integer registers. This is contrary to the `hard` option where floating-point arguments are passed directly to FPU registers. `softfp` additionally allows using hardware floating-point instructions instead of emulated ones. Signed-off-by: Maciej Baczmanski <[email protected]>
- Loading branch information