diff options
author | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2005-04-23 18:30:28 +0000 |
---|---|---|
committer | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2005-04-23 18:30:28 +0000 |
commit | c326e0afec0f1034851d55fbbb005f87b345a10b (patch) | |
tree | 839d60f4ba849e3a2616244ea82c69c732ace22f /configure | |
parent | 8aaca4c0b45c85f4108312232c9a7c4bdd641e8e (diff) | |
download | qemu-c326e0afec0f1034851d55fbbb005f87b345a10b.zip |
cygwin host support (Paul Brook)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1385 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -88,6 +88,10 @@ cocoa="no" # OS specific targetos=`uname -s` case $targetos in +CYGWIN*) +mingw32="yes" +CFLAGS="-O2 -mno-cygwin" +;; MINGW32*) mingw32="yes" ;; |