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.

Backports commit c8645752ce31cc044ecc5f969a986fdcb6aab590 from qemu
This commit is contained in:
Paolo Bonzini 2018-03-02 14:17:31 -05:00 committed by Lioncash
parent ce3aecf263
commit b750ec2363
No known key found for this signature in database
GPG key ID: 4E3C3CC1031BA9C7

3
qemu/configure vendored
View file

@ -376,9 +376,6 @@ fi
# OS specific
case $targetos in
CYGWIN*)
linux="yes"
;;
MINGW32*)
mingw32="yes"
;;