diff options
Diffstat (limited to 'gcc/config/arm/symbian.h')
| -rw-r--r-- | gcc/config/arm/symbian.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gcc/config/arm/symbian.h b/gcc/config/arm/symbian.h index d048652..d30e738 100644 --- a/gcc/config/arm/symbian.h +++ b/gcc/config/arm/symbian.h @@ -59,9 +59,8 @@ #undef SUBTARGET_CPU_DEFAULT #define SUBTARGET_CPU_DEFAULT TARGET_CPU_arm10tdmi -/* The assembler should assume the VFP FPU format when the hard-float - ABI is in use. */ +/* The assembler should assume VFP FPU format, and armv5t. */ #undef SUBTARGET_ASM_FLOAT_SPEC #define SUBTARGET_ASM_FLOAT_SPEC \ - "%{!mfpu=*:%{mfloat-abi=hard:-mfpu=vfp}}" + "%{!mfpu=*:-mfpu=vfp} %{!mcpu=*:%{!march=*:-march=armv5t}}" |
