merge from gcc

This commit is contained in:
DJ Delorie 2010-09-10 23:17:28 +00:00
parent 57cf60a5bb
commit 9ec3c24d95
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2010-09-10 Kai Tietz <kai.tietz@onevision.com>
* configure: Regenerated.
2010-09-08 Tristan Gingold <gingold@adacore.com>
PR 44001

View File

@ -4602,7 +4602,9 @@ Valid choices are 'yes', 'bid', 'dpd', and 'no'." "$LINENO" 5 ;;
else
case $target 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
;;
*)