Re: [Qemu-devel] [PATCH for 2.9 v2] configure: remove Cygwin

2017-03-20 Thread Peter Maydell
On 17 March 2017 at 16:08, Paolo Bonzini wrote: > The Cygwin target is really compiling for native Win32 with -mno-cygwin. > Except, GCC 4.7.0 has finally removed the long deprecated -mno-cygwin > option, and that happened about five years ago. > > Let it rest in peace. > > Signed-off-by: Paolo Bo

Re: [Qemu-devel] [PATCH for 2.9 v2] configure: remove Cygwin

2017-03-17 Thread Peter Maydell
On 17 March 2017 at 17:52, Stefan Weil wrote: > Am 17.03.2017 um 17:08 schrieb Paolo Bonzini: >> >> The Cygwin target is really compiling for native Win32 with -mno-cygwin. >> Except, GCC 4.7.0 has finally removed the long deprecated -mno-cygwin >> option, and that happened about five years ago. >

Re: [Qemu-devel] [PATCH for 2.9 v2] configure: remove Cygwin

2017-03-17 Thread Stefan Weil
Am 17.03.2017 um 17:08 schrieb Paolo Bonzini: The Cygwin target is really compiling for native Win32 with -mno-cygwin. Except, GCC 4.7.0 has finally removed the long deprecated -mno-cygwin option, and that happened about five years ago. Let it rest in peace. Signed-off-by: Paolo Bonzini ---

[Qemu-devel] [PATCH for 2.9 v2] configure: remove Cygwin

2017-03-17 Thread Paolo Bonzini
The Cygwin target is really compiling for native Win32 with -mno-cygwin. Except, GCC 4.7.0 has finally removed the long deprecated -mno-cygwin option, and that happened about five years ago. Let it rest in peace. Signed-off-by: Paolo Bonzini --- bsd-user/mmap.c | 5 - configure | 6 --