mirror of
https://github.com/yuzu-emu/unicorn.git
synced 2024-12-23 08:15:37 +00:00
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:
parent
ce3aecf263
commit
b750ec2363
3
qemu/configure
vendored
3
qemu/configure
vendored
|
@ -376,9 +376,6 @@ fi
|
|||
# OS specific
|
||||
|
||||
case $targetos in
|
||||
CYGWIN*)
|
||||
linux="yes"
|
||||
;;
|
||||
MINGW32*)
|
||||
mingw32="yes"
|
||||
;;
|
||||
|
|
Loading…
Reference in a new issue