Syntax

-fpu=a

-fpu=list

Description

Specifies the floating point unit to generate code for when the fpabi option has been supplied.

Example

The following selects the fpu for a Cortex-M4

cc -cpu=Cortex-M4 -fpu=FPv4-SP-D16 … 

To list supported cores:

cc -fpu=list