Commit c326e0afec0f1034851d55fbbb005f87b345a10b
1 parent
8aaca4c0
cygwin host support (Paul Brook)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1385 c046a42c-6fe2-441c-8c8c-71466251a162
Showing
1 changed file
with
4 additions
and
0 deletions
configure
@@ -88,6 +88,10 @@ cocoa="no" | @@ -88,6 +88,10 @@ cocoa="no" | ||
88 | # OS specific | 88 | # OS specific |
89 | targetos=`uname -s` | 89 | targetos=`uname -s` |
90 | case $targetos in | 90 | case $targetos in |
91 | +CYGWIN*) | ||
92 | +mingw32="yes" | ||
93 | +CFLAGS="-O2 -mno-cygwin" | ||
94 | +;; | ||
91 | MINGW32*) | 95 | MINGW32*) |
92 | mingw32="yes" | 96 | mingw32="yes" |
93 | ;; | 97 | ;; |