mips.h (ASM_SPEC): Pass float options to assembler.

2014-08-12  Steve Ellcey  <sellcey@mips.com>

	* config/mips/mips.h (ASM_SPEC): Pass float options to assembler.

From-SVN: r213872
This commit is contained in:
Steve Ellcey 2014-08-12 15:39:04 +00:00 committed by Steve Ellcey
parent 5b1ea7c568
commit 2e45addf83
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2014-08-12 Steve Ellcey <sellcey@mips.com>
* config/mips/mips.h (ASM_SPEC): Pass float options to assembler.
2014-08-12 Steve Ellcey <sellcey@mips.com>
* config/mips/t-mti-elf (MULTILIB_OPTIONS): Remove fp64 multilib.

View File

@ -1187,6 +1187,8 @@ struct mips_cpu_info {
%{mshared} %{mno-shared} \
%{msym32} %{mno-sym32} \
%{mtune=*} \
%{mhard-float} %{msoft-float} \
%{msingle-float} %{mdouble-float} \
%(subtarget_asm_spec)"
/* Extra switches sometimes passed to the linker. */