mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 08:13:54 -06:00
cygwin host support (Paul Brook)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1385 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
8aaca4c0b4
commit
c326e0afec
1 changed files with 4 additions and 0 deletions
4
configure
vendored
4
configure
vendored
|
@ -88,6 +88,10 @@ cocoa="no"
|
|||
# OS specific
|
||||
targetos=`uname -s`
|
||||
case $targetos in
|
||||
CYGWIN*)
|
||||
mingw32="yes"
|
||||
CFLAGS="-O2 -mno-cygwin"
|
||||
;;
|
||||
MINGW32*)
|
||||
mingw32="yes"
|
||||
;;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue