merge from gcc
authorDJ Delorie <dj@redhat.com>
Fri, 10 Sep 2010 23:17:28 +0000 (23:17 +0000)
committerDJ Delorie <dj@redhat.com>
Fri, 10 Sep 2010 23:17:28 +0000 (23:17 +0000)
libdecnumber/ChangeLog
libdecnumber/configure

index a6d42949b8979023351f09891ffba02ab2dd62fd..0d7765ea18983c3eaaa008896a79e293b621aca1 100644 (file)
@@ -1,3 +1,7 @@
+2010-09-10  Kai Tietz  <kai.tietz@onevision.com>
+
+       * configure: Regenerated.
+
 2010-09-08  Tristan Gingold  <gingold@adacore.com>
 
        PR 44001
index f94f68081906b1660982cee772fca5781bd5c4a0..f69dd4402b04d5ba6870b0934d3378f19d64a78f 100755 (executable)
@@ -4602,7 +4602,9 @@ Valid choices are 'yes', 'bid', 'dpd', and 'no'." "$LINENO" 5 ;;
 else
 
   case $target in
-    powerpc*-*-linux* | i?86*-*-linux* | x86_64*-*-linux* | s390*-*-linux*)
+    powerpc*-*-linux* | i?86*-*-linux* | x86_64*-*-linux* | s390*-*-linux* | \
+    i?86*-*-mingw* | x86_64*-*-mingw* | \
+    i?86*-*-cygwin*)
       enable_decimal_float=yes
       ;;
     *)
This page took 0.029557 seconds and 4 git commands to generate.