aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.android
diff options
context:
space:
mode:
authorDavid 'Digit' Turner <digit@android.com>2011-06-23 17:26:42 +0200
committerDavid 'Digit' Turner <digit@android.com>2011-06-23 17:26:42 +0200
commitceda5f12c49a7fddbd93fa2f102fd089871c723d (patch)
treed1d2ac30e5e2ff77eb058a8eb0da499082661331 /Makefile.android
parentc31ff2f6bc9644e214299675be58e1ae0aa2b55b (diff)
downloadexternal_qemu-ceda5f12c49a7fddbd93fa2f102fd089871c723d.zip
external_qemu-ceda5f12c49a7fddbd93fa2f102fd089871c723d.tar.gz
external_qemu-ceda5f12c49a7fddbd93fa2f102fd089871c723d.tar.bz2
win32: do not use -mno-cygwin when building
This option is no longer necessary, nor is it supported by recent versions of Cygwin and/or i586-mingw32msvc-gcc. Change-Id: Ie34481b60bfc3c1ced3e1ba09c4c935a7867e96d
Diffstat (limited to 'Makefile.android')
-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