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:
bellard 2005-04-23 18:30:28 +00:00
parent 8aaca4c0b4
commit c326e0afec
1 changed files with 4 additions and 0 deletions

4
configure vendored
View File

@ -88,6 +88,10 @@ cocoa="no"
# OS specific
targetos=`uname -s`
case $targetos in
CYGWIN*)
mingw32="yes"
CFLAGS="-O2 -mno-cygwin"
;;
MINGW32*)
mingw32="yes"
;;