This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]