summaryrefslogtreecommitdiff
path: root/config/dfp.m4
diff options
context:
space:
mode:
authorktietz <ktietz@138bc75d-0d04-0410-961f-82ee72b054a4>2013-03-27 21:53:32 +0000
committerktietz <ktietz@138bc75d-0d04-0410-961f-82ee72b054a4>2013-03-27 21:53:32 +0000
commitb0b82c407665672e142eb5c9f2d676e777aa1796 (patch)
tree0162acc898586c4940e7278effa9435480389b45 /config/dfp.m4
parentcb8160ad1a3ccf0580b604b3c0960776c6bd5ee9 (diff)
downloadgcc-b0b82c407665672e142eb5c9f2d676e777aa1796.tar.gz
* dfp.m4: Add support for cygwin x64 target.
* picflag.m4: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@197170 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'config/dfp.m4')
-rw-r--r--config/dfp.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/config/dfp.m4 b/config/dfp.m4
index e971db4dc91..48683f0f97b 100644
--- a/config/dfp.m4
+++ b/config/dfp.m4
@@ -23,7 +23,7 @@ Valid choices are 'yes', 'bid', 'dpd', and 'no'.]) ;;
powerpc*-*-linux* | i?86*-*-linux* | x86_64*-*-linux* | s390*-*-linux* | \
i?86*-*-gnu* | \
i?86*-*-mingw* | x86_64*-*-mingw* | \
- i?86*-*-cygwin*)
+ i?86*-*-cygwin* | x86_64*-*-cygwin*)
enable_decimal_float=yes
;;
*)