diff options
Diffstat (limited to 'gcc/config/arm/pe.h')
-rw-r--r-- | gcc/config/arm/pe.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/arm/pe.h b/gcc/config/arm/pe.h index afaade2..d474895 100644 --- a/gcc/config/arm/pe.h +++ b/gcc/config/arm/pe.h @@ -60,7 +60,7 @@ { "no-nop-fun-dllimport", - TARGET_FLAG_NOP_FUN, "" }, #undef TARGET_DEFAULT -#define TARGET_DEFAULT (ARM_FLAG_SOFT_FLOAT | TARGET_FLAG_NOP_FUN) +#define TARGET_DEFAULT (TARGET_FLAG_NOP_FUN) #undef MULTILIB_DEFAULTS #define MULTILIB_DEFAULTS \ |