cb78b51ca0
Patch in the bottom adds support of IA MCU psABI to libgcc (enables soft-fp) and libdecnumber (enables it for IA MCU). config/ * dfp.m4 (enable_decimal_float): Also set to yes for i?86*-*-elfiamcu target. gcc/ * configure: Regenerated. libdecnumber/ * configure: Regenerated. libgcc/ * config.host: Support i[34567]86-*-elfiamcu target. * config/t-softfp-sfdftf: New file. * config/i386/32/t-iamcu: Likewise. * configure: Regenerated. From-SVN: r225198
6 lines
168 B
Plaintext
6 lines
168 B
Plaintext
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
|