From b750ec2363330c7869517d8fd2b0236fadccdcbd Mon Sep 17 00:00:00 2001 From: Paolo Bonzini Date: Fri, 2 Mar 2018 14:17:31 -0500 Subject: [PATCH] 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 --- qemu/configure | 3 --- 1 file changed, 3 deletions(-) diff --git a/qemu/configure b/qemu/configure index c9708cbc..6a4491c5 100755 --- a/qemu/configure +++ b/qemu/configure @@ -376,9 +376,6 @@ fi # OS specific case $targetos in -CYGWIN*) - linux="yes" -;; MINGW32*) mingw32="yes" ;;