Add missing % to SUBTARGET_ASM_FLOAT_SPEC

This commit is contained in:
matt 2013-08-01 23:01:34 +00:00
parent 7920215939
commit c8794243ae
1 changed files with 2 additions and 2 deletions

View File

@ -78,8 +78,8 @@
/* Default to full VFP if -mhard-float is specified. */
#undef SUBTARGET_ASM_FLOAT_SPEC
#define SUBTARGET_ASM_FLOAT_SPEC \
"%{mhard-float:{!mfpu=*:-mfpu=vfp}} \
%{mfloat-abi=hard:{!mfpu=*:-mfpu=vfp}}"
"%{mhard-float:%{!mfpu=*:-mfpu=vfp}} \
%{mfloat-abi=hard:%{!mfpu=*:-mfpu=vfp}}"
#undef SUBTARGET_EXTRA_SPECS
#define SUBTARGET_EXTRA_SPECS \