diff options
Diffstat (limited to 'gcc/config/arm/unknown-elf.h')
| -rw-r--r-- | gcc/config/arm/unknown-elf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/arm/unknown-elf.h b/gcc/config/arm/unknown-elf.h index dd51c533b4d..775e1e9f188 100644 --- a/gcc/config/arm/unknown-elf.h +++ b/gcc/config/arm/unknown-elf.h @@ -30,7 +30,7 @@ /* Default to using software floating point. */ #ifndef TARGET_DEFAULT -#define TARGET_DEFAULT (ARM_FLAG_SOFT_FLOAT) +#define TARGET_DEFAULT (0) #endif /* Now we define the strings used to build the spec file. */ |

