* [Qemu-devel] [patch] Cygwin host support.
@ 2005-04-17 19:58 Paul Brook
0 siblings, 0 replies; only message in thread
From: Paul Brook @ 2005-04-17 19:58 UTC (permalink / raw)
To: Fabrice Bellard; +Cc: qemu-devel
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"
;;
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2005-04-17 20:01 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-04-17 19:58 [Qemu-devel] [patch] Cygwin host support Paul Brook
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.