qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [patch] Cygwin host support.


From: Paul Brook
Subject: [Qemu-devel] [patch] Cygwin host support.
Date: Sun, 17 Apr 2005 20:58:36 +0100
User-agent: KMail/1.7.2

The patch below adds nominal cygwin host support. It basically just makes it 
pretend to be mingw.

Paul

Index: configure
===================================================================
RCS file: /cvsroot/qemu/qemu/configure,v
retrieving revision 1.61
diff -u -p -r1.61 configure
--- configure   13 Mar 2005 16:51:53 -0000      1.61
+++ configure   17 Apr 2005 19:52:54 -0000
@@ -88,6 +88,10 @@ cocoa="no"
 # OS specific
 targetos=`uname -s`
 case $targetos in
+CYGWIN*)
+mingw32="yes"
+CFLAGS="-O2 -mno-cygwin"
+;;
 MINGW32*)
 mingw32="yes"
 ;;




reply via email to

[Prev in Thread] Current Thread [Next in Thread]