summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorJames Clarke <jrtc27@jrtc27.com>2018-07-05 19:23:29 +0000
committerJeff Law <law@gcc.gnu.org>2018-07-05 13:23:29 -0600
commit1c686aa4be2781dd377c30a013638b5289ac23ee (patch)
treee468710000e73dd9ce2e1c104f283172ed97db05 /config
parentd41cd173e23ebea7c758644d6ad6e0fde1c2e3a6 (diff)
dfp.m4 (enable_decimal_float): Enable for x86_64*-*-gnu* to catch x86_64 kFreeBSD and Hurd.
config/ * dfp.m4 (enable_decimal_float): Enable for x86_64*-*-gnu* to catch x86_64 kFreeBSD and Hurd. gcc/ * configure: Regenerated. libdecnumber/ * configure: Regenerated. libgcc/ * configure: Regenerated. From-SVN: r262452
Diffstat (limited to 'config')
-rw-r--r--config/ChangeLog5
-rw-r--r--config/dfp.m42
2 files changed, 6 insertions, 1 deletions
diff --git a/config/ChangeLog b/config/ChangeLog
index 8a7ee130aad..66bae696598 100644
--- a/config/ChangeLog
+++ b/config/ChangeLog
@@ -1,3 +1,8 @@
+2018-07-05 James Clarke <jrtc27@jrtc27.com>
+
+ * dfp.m4 (enable_decimal_float): Enable for x86_64*-*-gnu* to
+ catch x86_64 kFreeBSD and Hurd.
+
2018-06-08 Martin Liska <mliska@suse.cz>
* bootstrap-mpx.mk: Remove.
diff --git a/config/dfp.m4 b/config/dfp.m4
index 5b29089cec5..f9b447e1a9c 100644
--- a/config/dfp.m4
+++ b/config/dfp.m4
@@ -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*-*-elfiamcu | i?86*-*-gnu* | \
+ i?86*-*-elfiamcu | i?86*-*-gnu* | x86_64*-*-gnu* \
i?86*-*-mingw* | x86_64*-*-mingw* | \
i?86*-*-cygwin* | x86_64*-*-cygwin*)
enable_decimal_float=yes