[PATCH] Allow decimal floats for mingw-w64

Dave Korn dave.korn.cygwin@gmail.com
Fri Sep 3 00:08:00 GMT 2010


On 24/08/2010 16:06, Kai Tietz wrote:
> 2010/8/24 JonY <jon_y@users.sourceforge.net>:
>> Hi,
>>
>> Attached patch enables i?86-w64-mingw32 and x86_64-w64-mingw32 decimal float
>> support with bid.
>>
>> Tested with x86_64-w64-mingw32. Is attached patch OK for trunk?
>>
>>
>>
>> 2010-08-24  Jonathan Yong <jon_y@users.sourceforge.net>
>>
>>        * configure.ac: Allow w64 targets to use bid decimal floats.
>>        * configure: Regenerated.
>>
>>
> 
> Patch is from my side ok. I added Dave to CC. Maybe he wants that it
> gets added for cygwin, too?

  I'm currently testing a build that I did with Uros' patch and manually
configuring with '--enable-decimal-float' and it seems to be going pretty
well, so yes please Jon, if you don't mind spinning another respin.

  BTW, re Ralf's earlier point: for preference please actually /omit/ the
diffs of the generated configure files altogether, we only need to see the
change to the .ac file, because autoconf is very deterministic, and the actual
configure file diffs often contain tons of uninformative noise from the
expansions of all the macros and the changes in error line number reporting(*).

    cheers,
      DaveK

-- 
(*) - Same goes for makefile.am vs. makefile.in, although it's not relevant in
this particular case.



More information about the Gcc-patches mailing list