Re: [patch config]: Activate POSIX printf/scanf by default for w64 based toolchain

2011-12-22 Thread Jonathan Wakely
On 22 December 2011 19:14, Kai Tietz wrote: > > 2011-12-22  Kai Tietz   > >        * config/os/mingw32-w64/os_defines.h (__USE_MINGW_ANSI_STDIO): Define. > > Tested for x86_64-w64-mingw32, and i686-w64-mingw32.  Mingw.org's > variant is unaffected by this patch. > Ok for apply? OK

[patch config]: Activate POSIX printf/scanf by default for w64 based toolchain

2011-12-22 Thread Kai Tietz
Hi, this patch makes sure that the POSIX compatible printf/scanf faimily routines getting actived by default for *-w64-mingw* targets. As libstdc++ internal depends in many aspects on usage of POSIX-printf/scanf routines, this option has to be activated unconditionally. ChangeLog 2011-12-22 Kai