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:
authorThomas Schwinge <thomas@codesourcery.com>2012-11-11 14:59:50 +0400
committerThomas Schwinge <thomas@codesourcery.com>2012-11-11 14:59:50 +0400
commitc13a9410f9989d6d2640a5fd74c9762df1c92879 (patch)
tree3669d529a20712515b9af9c7dfac41a99bac18d6 /config/dfp.m4
parent0d963613b033823a337b02a45c6c867fec54a52f (diff)
Merge from GCC.
config/ * dfp.m4 (enable_decimal_float): Enable for i?86*-*-gnu*. libdecnumber/ * configure: Regenerate.
Diffstat (limited to 'config/dfp.m4')
-rw-r--r--config/dfp.m41
1 files changed, 1 insertions, 0 deletions
diff --git a/config/dfp.m4 b/config/dfp.m4
index cc778b19b..e971db4dc 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