Skip to content
Snippets Groups Projects
Commit c326e0af authored by Fabrice Bellard's avatar Fabrice Bellard
Browse files

cygwin host support (Paul Brook)

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1385 c046a42c-6fe2-441c-8c8c-71466251a162
parent 8aaca4c0
No related branches found
No related tags found
No related merge requests found
......@@ -88,6 +88,10 @@ cocoa="no"
# OS specific
targetos=`uname -s`
case $targetos in
CYGWIN*)
mingw32="yes"
CFLAGS="-O2 -mno-cygwin"
;;
MINGW32*)
mingw32="yes"
;;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment