symbian.h (SUBTARGET_ASM_FLOAT_SPEC): Default to -mfpu=vfp -march=armv5t
* config/arm/symbian.h (SUBTARGET_ASM_FLOAT_SPEC): Default to -mfpu=vfp -march=armv5t * config/arm/t-symbian: Change multilib to mfloat-aby=softfp. From-SVN: r86594
This commit is contained in:
parent
6dd53648e9
commit
e4dc702c20
|
@ -1,3 +1,9 @@
|
|||
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.
|
||||
|
|
|
@ -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}}"
|
||||
|
||||
|
|
|
@ -2,6 +2,6 @@
|
|||
# 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
|
||||
|
||||
|
|
Loading…
Reference in New Issue