aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorH.J. Lu <hongjiu.lu@intel.com>2015-06-30 16:42:07 +0000
committerH.J. Lu <hjl@gcc.gnu.org>2015-06-30 09:42:07 -0700
commitcb78b51ca0b545a8d6b0b72a3aa108f3012de4ee (patch)
treedd466327832c8886a41f63de348d602ae006e205 /gcc
parentd90639476f7769578682cbf34628968a3428ebec (diff)
downloadgcc-cb78b51ca0b545a8d6b0b72a3aa108f3012de4ee.zip
gcc-cb78b51ca0b545a8d6b0b72a3aa108f3012de4ee.tar.gz
gcc-cb78b51ca0b545a8d6b0b72a3aa108f3012de4ee.tar.bz2
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. From-SVN: r225198
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog4
-rwxr-xr-xgcc/configure2
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index bd46091..c027d8e 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,5 +1,9 @@
2015-06-30 H.J. Lu <hongjiu.lu@intel.com>
+ * configure: Regenerated.
+
+2015-06-30 H.J. Lu <hongjiu.lu@intel.com>
+
* config.gcc: Support i[34567]86-*-elfiamcu target.
* config/i386/iamcu.h: New.
* config/i386/i386.opt: Add -miamcu.
diff --git a/gcc/configure b/gcc/configure
index 0d5c71a..50d7037 100755
--- a/gcc/configure
+++ b/gcc/configure
@@ -7317,7 +7317,7 @@ else
case $target in
powerpc*-*-linux* | i?86*-*-linux* | x86_64*-*-linux* | s390*-*-linux* | \
- i?86*-*-gnu* | \
+ i?86*-*-elfiamcu | i?86*-*-gnu* | \
i?86*-*-mingw* | x86_64*-*-mingw* | \
i?86*-*-cygwin* | x86_64*-*-cygwin*)
enable_decimal_float=yes