Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'config/dfp.m4')
-rw-r--r--config/dfp.m44
1 files changed, 3 insertions, 1 deletions
diff --git a/config/dfp.m4 b/config/dfp.m4
index d5dbaf59b..cc778b19b 100644
--- a/config/dfp.m4
+++ b/config/dfp.m4
@@ -20,7 +20,9 @@ Valid choices are 'yes', 'bid', 'dpd', and 'no'.]) ;;
],
[
case $1 in
- powerpc*-*-linux* | i?86*-*-linux* | x86_64*-*-linux* | s390*-*-linux*)
+ powerpc*-*-linux* | i?86*-*-linux* | x86_64*-*-linux* | s390*-*-linux* | \
+ i?86*-*-mingw* | x86_64*-*-mingw* | \
+ i?86*-*-cygwin*)
enable_decimal_float=yes
;;
*)