]> git.ipfire.org Git - thirdparty/gcc.git/commit
[arm] Add default FPU for Marvell-pj4
authorrearnsha <rearnsha@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 17 Oct 2019 13:55:11 +0000 (13:55 +0000)
committerrearnsha <rearnsha@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 17 Oct 2019 13:55:11 +0000 (13:55 +0000)
commitcb03dea2db20e44096ba9cba87ddcf5b7758f73e
treeb1eb1fbc74d20ddb36c22cdd65cb0934aaf291f0
parent06aa6e8dbc52b05723fd7e5809f78d26da772e7f
[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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@277111 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/config/arm/arm-cpus.in