diff options
Diffstat (limited to 'libgcc/config')
-rw-r--r-- | libgcc/config/i386/32/t-iamcu | 1 | ||||
-rw-r--r-- | libgcc/config/t-softfp-sfdftf | 5 |
2 files changed, 6 insertions, 0 deletions
diff --git a/libgcc/config/i386/32/t-iamcu b/libgcc/config/i386/32/t-iamcu new file mode 100644 index 0000000..7595cde --- /dev/null +++ b/libgcc/config/i386/32/t-iamcu @@ -0,0 +1 @@ +HOST_LIBGCC2_CFLAGS += -mlong-double-80 diff --git a/libgcc/config/t-softfp-sfdftf b/libgcc/config/t-softfp-sfdftf new file mode 100644 index 0000000..ed71d21 --- /dev/null +++ b/libgcc/config/t-softfp-sfdftf @@ -0,0 +1,5 @@ +softfp_float_modes := sf df tf +softfp_int_modes := si di +softfp_extensions := sfdf sftf dftf xftf +softfp_truncations := dfsf tfsf tfdf tfxf +softfp_exclude_libgcc2 := n |