diff options
| -rw-r--r-- | gcc/config/arm/t-symbian | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gcc/config/arm/t-symbian b/gcc/config/arm/t-symbian new file mode 100644 index 0000000..0c616c5 --- /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 + |
