qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).