aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid 'Digit' Turner <digit@android.com>2011-06-23 09:26:26 -0700
committerAndroid Code Review <code-review@android.com>2011-06-23 09:26:26 -0700
commitac395e1dff366240b8b0fa5ea4cdeb0cc7a8b797 (patch)
treed1d2ac30e5e2ff77eb058a8eb0da499082661331
parentc31ff2f6bc9644e214299675be58e1ae0aa2b55b (diff)
parentceda5f12c49a7fddbd93fa2f102fd089871c723d (diff)
downloadexternal_qemu-ac395e1dff366240b8b0fa5ea4cdeb0cc7a8b797.zip
external_qemu-ac395e1dff366240b8b0fa5ea4cdeb0cc7a8b797.tar.gz
external_qemu-ac395e1dff366240b8b0fa5ea4cdeb0cc7a8b797.tar.bz2
Merge "win32: do not use -mno-cygwin when building"
-rw-r--r--Makefile.android2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.android b/Makefile.android
index 4139226..735697c 100644
--- a/Makefile.android
+++ b/Makefile.android
@@ -55,7 +55,7 @@ ifeq ($(HOST_OS),freebsd)
endif
ifeq ($(HOST_OS),windows)
- MY_CFLAGS += -D_WIN32 -mno-cygwin
+ MY_CFLAGS += -D_WIN32
# we need Win32 features that are available since Windows 2000 Professional/Server (NT 5.0)
MY_CFLAGS += -DWINVER=0x501
endif