Browse Source
This helps to test floating point code on Cortex-M hardware. As part of this patch the link-time-optimisation was disabled because it wasn't compatible with software FP support. In particular, the linker could not find the __aeabi_f2d, __aeabi_d2f etc functions even though they were provided by lib/libm/math.c.pull/2586/head
Damien George
8 years ago
3 changed files with 28 additions and 6 deletions
Loading…
Reference in new issue