mirror of https://github.com/ARMmbed/mbed-os.git
91f0be6ac3
For ARMC6, CMSIS headers were checking the `__ARM_PCS_VFP`, which indicates hardfp ABI in use, when they need to check whether FP code generation is enabled. Change this to `__ARM_FP`, so it works for platforms using softfp ABI. Change already present in CMSIS_5 repo, via commit 969822ae162539d50617d1e5a3634ee2fd3b60f6, but redone with local search-and-replace. |
||
---|---|---|
.. | ||
TARGET_CORTEX_A | ||
TARGET_CORTEX_M | ||
RTE_Components.h | ||
mbed_cmsis_conf.h |