From 769cf6cd9d267369dc8fb959a84813f620f5cf54 Mon Sep 17 00:00:00 2001 From: Mark Mitchell Date: Wed, 25 Aug 2004 19:02:56 +0000 Subject: [PATCH] config.gcc (arm*-*-symbianelf*): Add t-symbian Makefile fragment. * config.gcc (arm*-*-symbianelf*): Add t-symbian Makefile fragment. * config/arm/bpabi.h (RENAME_LIBRARY_SET): Fix typo. (SUBTARGET_EXTRA_ASM_SPEC): Pass -meabi=3 to the assembler. * config/arm/symbian.h (SUBTARGET_CPU_DEFAULT): Assume ARMV5 architecture. (SUBTARGET_ASM_FLOAT_SPEC): Default to -mfpu=vfp for hard-float configurations. * config/arm/t-symbian: New file. From-SVN: r86565 --- gcc/config/arm/t-symbian | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 gcc/config/arm/t-symbian diff --git a/gcc/config/arm/t-symbian b/gcc/config/arm/t-symbian new file mode 100644 index 00000000000..0c616c52da0 --- /dev/null +++ b/gcc/config/arm/t-symbian @@ -0,0 +1,7 @@ +# Create a multilib for processors with VFP floating-point, and a +# 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 + -- 2.30.2