]> www.infradead.org Git - users/dwmw2/qemu.git/commit
configure: remove Cygwin
authorPaolo Bonzini <pbonzini@redhat.com>
Fri, 17 Mar 2017 15:32:47 +0000 (16:32 +0100)
committerPaolo Bonzini <pbonzini@redhat.com>
Sun, 19 Mar 2017 10:12:12 +0000 (11:12 +0100)
commit732a802076635e9a5d56a9e37332e5c1836d43f2
treeb23a6dc805fc280bd48cae11f4bb5b87fdced38e
parent6b827cca9a781c486d42724b9462b65176588680
configure: remove Cygwin

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 <pbonzini@redhat.com>
bsd-user/mmap.c
configure