]> git.ipfire.org Git - thirdparty/gcc.git/commit - libgcc/config.host
IA MCU psABI support: changes to libraries
authorhjl <hjl@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 30 Jun 2015 16:42:07 +0000 (16:42 +0000)
committerhjl <hjl@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 30 Jun 2015 16:42:07 +0000 (16:42 +0000)
commit146896ec5334049e9aeb354dc0784e2c4a1ab371
treedd466327832c8886a41f63de348d602ae006e205
parent1c26a2eecb5e772ca2639b2201d593c9a4afdd69
IA MCU psABI support: changes to libraries

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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@225198 138bc75d-0d04-0410-961f-82ee72b054a4
config/ChangeLog
config/dfp.m4
gcc/ChangeLog
gcc/configure
libdecnumber/ChangeLog
libdecnumber/configure
libgcc/ChangeLog
libgcc/config.host
libgcc/config/i386/32/t-iamcu [new file with mode: 0644]
libgcc/config/t-softfp-sfdftf [new file with mode: 0644]
libgcc/configure