r249281 - in /trunk/gcc: ChangeLog config/arm/e...

rearnsha@gcc.gnu.org rearnsha@gcc.gnu.org
Fri Jun 16 21:01:00 GMT 2017


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



More information about the Gcc-cvs mailing list