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:
parent
5b1ea7c568
commit
2e45addf83
@ -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.
|
||||
|
@ -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. */
|
||||
|
Loading…
Reference in New Issue
Block a user