* config.gcc (arm*-*-symbianelf*): Add t-symbian Makefile
authormmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 25 Aug 2004 19:02:56 +0000 (19:02 +0000)
committermmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 25 Aug 2004 19:02:56 +0000 (19:02 +0000)
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@86565 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/config/arm/t-symbian [new file with mode: 0644]

diff --git a/gcc/config/arm/t-symbian b/gcc/config/arm/t-symbian
new file mode 100644 (file)
index 0000000..0c616c5
--- /dev/null
@@ -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
+