Merge from GCC.
authorThomas Schwinge <tschwinge@gnu.org>
Sun, 11 Nov 2012 10:59:50 +0000 (10:59 +0000)
committerThomas Schwinge <tschwinge@gnu.org>
Sun, 11 Nov 2012 10:59:50 +0000 (10:59 +0000)
config/
* dfp.m4 (enable_decimal_float): Enable for i?86*-*-gnu*.

libdecnumber/
* configure: Regenerate.

config/ChangeLog
config/dfp.m4
libdecnumber/ChangeLog
libdecnumber/configure

index c74839ac3c64dcd43ec373a7c51fecd78fefe40b..56dc9b3bad6f9cbd8119fbc2e3932e0a8eec0a9f 100644 (file)
@@ -1,3 +1,7 @@
+2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
+
+       * dfp.m4 (enable_decimal_float): Enable for i?86*-*-gnu*.
+
 2012-10-15  Pavel Chupin  <pavel.v.chupin@intel.com>
 
        * gthr.m4: New. Define GCC_AC_THREAD_HEADER.
index cc778b19bbb22eec393895566b9526691412705d..e971db4dc918c26d60b9f52b1e4da164acb4e44e 100644 (file)
@@ -21,6 +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*-*-mingw* | x86_64*-*-mingw* | \
     i?86*-*-cygwin*)
       enable_decimal_float=yes
index ec3de316b9981b1314527c73681a3e492726d5d7..138aa6edc8fd6cdbe4d9566ac798fade01d14a9d 100644 (file)
@@ -1,3 +1,7 @@
+2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
+
+       * configure: Regenerate.
+
 2011-12-20  Andreas Schwab  <schwab@linux-m68k.org>
 
        * configure: Regenerate.
index 2b5868485166dde148419a04702f19a7a8d5717e..0466371c7a2772ca24de9681a748c6320d24ce84 100755 (executable)
@@ -4611,6 +4611,7 @@ else
 
   case $target in
     powerpc*-*-linux* | i?86*-*-linux* | x86_64*-*-linux* | s390*-*-linux* | \
+    i?86*-*-gnu* | \
     i?86*-*-mingw* | x86_64*-*-mingw* | \
     i?86*-*-cygwin*)
       enable_decimal_float=yes
This page took 0.031446 seconds and 4 git commands to generate.