summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorThomas Schwinge <tschwinge@gnu.org>2012-11-11 10:59:50 +0000
committerThomas Schwinge <tschwinge@gnu.org>2012-11-11 10:59:50 +0000
commit38fbb0d168f6c0fc223b9f8eea24a31400d6e05a (patch)
tree11236ab0881f3673c86f2c1990879c9c70616b16 /config
parent3e9fa2559a044dd0a1b5c47ffe0fb0076d9fa4df (diff)
downloadbinutils-redhat-38fbb0d168f6c0fc223b9f8eea24a31400d6e05a.tar.gz
Merge from GCC.
config/ * dfp.m4 (enable_decimal_float): Enable for i?86*-*-gnu*. libdecnumber/ * configure: Regenerate.
Diffstat (limited to 'config')
-rw-r--r--config/ChangeLog4
-rw-r--r--config/dfp.m41
2 files changed, 5 insertions, 0 deletions
diff --git a/config/ChangeLog b/config/ChangeLog
index c74839ac3c..56dc9b3bad 100644
--- a/config/ChangeLog
+++ b/config/ChangeLog
@@ -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.
diff --git a/config/dfp.m4 b/config/dfp.m4
index cc778b19bb..e971db4dc9 100644
--- a/config/dfp.m4
+++ b/config/dfp.m4
@@ -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