[PATCH] Allow decimal floats for mingw-w64

Paolo Bonzini bonzini@gnu.org
Tue Sep 7 17:12:00 GMT 2010


On 09/07/2010 06:12 PM, JonY wrote:
> Looks like most of the changes are in, the only parts needed changing was:
>
> Index: config/dfp.m4
> ===================================================================
> --- config/dfp.m4       (revision 163959)
> +++ config/dfp.m4       (working copy)
> @@ -20,7 +20,9 @@
>   ],
>   [
>     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
>         ;;
>       *)
>

This looks fine, thanks.  Dave/Kai?

Paolo



More information about the Gcc-patches mailing list