Sync dfp.m4 with gcc
authorH.J. Lu <hjl.tools@gmail.com>
Tue, 30 Jun 2015 17:20:19 +0000 (10:20 -0700)
committerH.J. Lu <hjl.tools@gmail.com>
Tue, 30 Jun 2015 17:20:19 +0000 (10:20 -0700)
* dfp.m4 (enable_decimal_float): Also set to yes for
i?86*-*-elfiamcu target.

config/ChangeLog
config/dfp.m4

index 3031437024163e8cf24c490c54a6c2be03ab3d48..e3e18593fbeb88b3a32c5ce0f79e97e94673900f 100644 (file)
@@ -1,3 +1,8 @@
+2015-06-30  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * dfp.m4 (enable_decimal_float): Also set to yes for
+       i?86*-*-elfiamcu target.
+
 2015-04-10  Jakub Jelinek  <jakub@redhat.com>
            Iain Sandoe  <iain@codesourcery.com>
 
index 48683f0f97ba5792996182c1559f48d8441d2fcd..5b29089cec50a529413429bd974d4c999a176ab7 100644 (file)
@@ -21,7 +21,7 @@ Valid choices are 'yes', 'bid', 'dpd', and 'no'.]) ;;
 [
   case $1 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
This page took 0.024808 seconds and 4 git commands to generate.