diff options
author | Yann E. MORIN <yann.morin.1998@free.fr> | 2018-02-25 21:18:14 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@bootlin.com> | 2018-05-20 19:01:34 +0200 |
commit | 7f7701301edc18042d6bd47b7ca3aae7c597670f (patch) | |
tree | 3eb0a2f7010203eb54d1b44e8f57e1e303af7b14 /package/gcc/gcc-initial/gcc-initial.hash | |
parent | 6edfa3bf781606eb6747739f289e5319421daddc (diff) | |
download | buildroot-7f7701301edc18042d6bd47b7ca3aae7c597670f.tar.gz buildroot-7f7701301edc18042d6bd47b7ca3aae7c597670f.zip |
arch/arm: introduce generic FPU internal option
Currently, we consider that any VFP FPU is a superset of VFPv2, and thus
we use VFPv2 as a way to detect that a VFP is used.
However, for Cortex-M cores, the optional FPU is not a superset of
VFPv2; it is even not a VFP [0].
As a consequence, we can no longer consider VFPv2 as a indication that
an FPU is present.
So, we introduce two new internal options, BR2_ARM_CPU_MAYBE_HAS_FPU and
BR2_ARM_CPU_HAS_FPU, which we use to consider the presence of an FPU.
[0] https://en.wikipedia.org/wiki/ARM_Cortex-M#Cortex-M4
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Diffstat (limited to 'package/gcc/gcc-initial/gcc-initial.hash')
0 files changed, 0 insertions, 0 deletions