summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>2005-04-23 18:30:28 +0000
committerbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>2005-04-23 18:30:28 +0000
commitc326e0afec0f1034851d55fbbb005f87b345a10b (patch)
tree839d60f4ba849e3a2616244ea82c69c732ace22f /configure
parent8aaca4c0b45c85f4108312232c9a7c4bdd641e8e (diff)
downloadqemu-c326e0afec0f1034851d55fbbb005f87b345a10b.tar.gz
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-xconfigure4
1 files changed, 4 insertions, 0 deletions
diff --git a/configure b/configure
index 7ef930067f..f01b00bd26 100755
--- a/configure
+++ b/configure
@@ -88,6 +88,10 @@ cocoa="no"
# OS specific
targetos=`uname -s`
case $targetos in
+CYGWIN*)
+mingw32="yes"
+CFLAGS="-O2 -mno-cygwin"
+;;
MINGW32*)
mingw32="yes"
;;