+2005-08-28 Paul Brook <paul@codesourcery.com>
+
+ * config/arm/symbian.h (SUBTARGET_ASM_FLOAT_SPEC): Default to
+ -mfpu=vfp -march=armv5t
+ * config/arm/t-symbian: Change multilib to mfloat-aby=softfp.
+
2004-08-25 Richard Henderson <rth@redhat.com>
* target-def.h (TARGET_SCALAR_MODE_SUPPORTED_P): New.
#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}}"
# multilib for those without -- using the soft-float ABI in both
# cases. Symbian OS object should be compiled with interworking
# enabled, so there are no separate thumb-mode libraries.
-MULTILIB_OPTIONS = mfloat-abi=hard
-MULTILIB_DIRNAMES = hard
+MULTILIB_OPTIONS = mfloat-abi=softfp
+MULTILIB_DIRNAMES = softfp