[arm] Don't pass -mfpu=auto through to the assembler.
authorRichard Earnshaw <rearnsha@arm.com>
Fri, 16 Jun 2017 21:01:51 +0000 (21:01 +0000)
committerRichard Earnshaw <rearnsha@gcc.gnu.org>
Fri, 16 Jun 2017 21:01:51 +0000 (21:01 +0000)
commit53c5aa9909dda24e7b770ffb62a3aae9d5d8e5d4
treebc76924a3a80480b54fb6c4b819edd298787d856
parent867944533b944953804d3dc88bae280160599a04
[arm] Don't pass -mfpu=auto through to the assembler.

The assembler doesn't understand -mfpu=auto.  The easiest way to handle this
is to surpress this value from being passed through, while still passing
through legacy values.

* config/arm/elf.h (ASM_SPEC): Only pass -mfpu through to the
assembler when it is not -mfpu=auto.

From-SVN: r249281
gcc/ChangeLog
gcc/config/arm/elf.h