summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorJeff Law <law@gcc.gnu.org>2018-07-05 14:28:01 -0600
committerJeff Law <law@gcc.gnu.org>2018-07-05 14:28:01 -0600
commit1c1d2d8ca755341f69e945aa2df1a0f74d02abd8 (patch)
tree115405a168ea7905638610e7df86c91fea74ba83 /config
parent1c686aa4be2781dd377c30a013638b5289ac23ee (diff)
Add missing '|' as wrong patch was applied.
From-SVN: r262453
Diffstat (limited to 'config')
-rw-r--r--config/dfp.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/config/dfp.m4 b/config/dfp.m4
index f9b447e1a9c..a137ddebf8c 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* | x86_64*-*-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