This is the mail archive of the
gcc-cvs@gcc.gnu.org
mailing list for the GCC project.
r249281 - in /trunk/gcc: ChangeLog config/arm/e...
- From: rearnsha at gcc dot gnu dot org
- To: gcc-cvs at gcc dot gnu dot org
- Date: Fri, 16 Jun 2017 21:01:51 -0000
- Subject: r249281 - in /trunk/gcc: ChangeLog config/arm/e...
Author: rearnsha
Date: Fri Jun 16 21:01:51 2017
New Revision: 249281
URL: https://gcc.gnu.org/viewcvs?rev=249281&root=gcc&view=rev
Log:
[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.
Modified:
trunk/gcc/ChangeLog
trunk/gcc/config/arm/elf.h