diff options
Diffstat (limited to 'gcc/config/moxie/t-moxie-softfp')
-rw-r--r-- | gcc/config/moxie/t-moxie-softfp | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gcc/config/moxie/t-moxie-softfp b/gcc/config/moxie/t-moxie-softfp new file mode 100644 index 000000000..61c575132 --- /dev/null +++ b/gcc/config/moxie/t-moxie-softfp @@ -0,0 +1,9 @@ +softfp_float_modes := sf df +softfp_int_modes := si di +softfp_extensions := sfdf +softfp_truncations := dfsf +softfp_machine_header := moxie/sfp-machine.h +softfp_exclude_libgcc2 := y + +# softfp seems to be missing a whole bunch of prototypes. +TARGET_LIBGCC2_CFLAGS += -Wno-missing-prototypes |