[arm] Add default FPU for Marvell-pj4
commitcdb77369ca02673e878b1a1b7856de0f979d2fec
authorRichard Earnshaw <rearnsha@arm.com>
Thu, 17 Oct 2019 13:55:11 +0000 (17 13:55 +0000)
committerRichard Earnshaw <rearnsha@gcc.gnu.org>
Thu, 17 Oct 2019 13:55:11 +0000 (17 13:55 +0000)
treeb1eb1fbc74d20ddb36c22cdd65cb0934aaf291f0
parent2d57b12e2acd52b843adbcd6d5909cb0b9f7196b
[arm] Add default FPU for Marvell-pj4

According to GAS, the Marvell PJ4 CPU has a VFPv3-D16 floating point
unit, but GCC's CPU configuration tables omits this meaning that
-mfpu=auto will not correctly select the FPU.  This patch fixes this
by adding the +fp option to the architecture specification for this
device.

* config/arm/arm-cpus.in (marvel-pj4): Add +fp to the architecture.

From-SVN: r277111
gcc/ChangeLog
gcc/config/arm/arm-cpus.in