diff options
Diffstat (limited to 'gcc/config/arm/linux-elf.h')
-rw-r--r-- | gcc/config/arm/linux-elf.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/config/arm/linux-elf.h b/gcc/config/arm/linux-elf.h index 270e12bc55c..82b4bfc7b74 100644 --- a/gcc/config/arm/linux-elf.h +++ b/gcc/config/arm/linux-elf.h @@ -92,9 +92,8 @@ } \ while (0) -/* NWFPE always understands FPA instructions. */ #undef FPUTYPE_DEFAULT -#define FPUTYPE_DEFAULT "fpe3" +#define FPUTYPE_DEFAULT "vfp" /* Call the function profiler with a given profile label. */ #undef ARM_FUNCTION_PROFILER |