]> xenbits.xensource.com Git - qemu-xen-3.4-testing.git/commitdiff
cygwin host support (Paul Brook)
authorbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>
Sat, 23 Apr 2005 18:30:28 +0000 (18:30 +0000)
committerbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>
Sat, 23 Apr 2005 18:30:28 +0000 (18:30 +0000)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1385 c046a42c-6fe2-441c-8c8c-71466251a162

configure

index 7ef930067f4c606ef3ff9aefc6b5ff4a8f7398fc..f01b00bd26cb3caec6fff8a67b759f3e4834ec53 100755 (executable)
--- 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"
 ;;