[Olsr-dev] [PATCH v2 1/3] windows: remove -mno-cygwin option from CFLAGS
Ferry Huberts
(spam-protected)
Thu May 10 17:51:15 CEST 2012
From: Ferry Huberts <(spam-protected)>
It is no longer supported in newer MinGW gcc versions
Signed-off-by: Ferry Huberts <(spam-protected)>
---
make/Makefile.win32 | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/make/Makefile.win32 b/make/Makefile.win32
index cf4a4a2..9cd1bb8 100644
--- a/make/Makefile.win32
+++ b/make/Makefile.win32
@@ -11,7 +11,6 @@ HDRS += $(wildcard src/win32/*.h)
CPPFLAGS += -DWIN32 -D_WIN32_WINNT=0x0600
LIBS += -mno-cygwin -lws2_32 -liphlpapi
CPPFLAGS += -I$(TOPDIR)/src/win32
-CFLAGS += -mno-cygwin
PLUGIN_SONAME ?= $(PLUGIN_NAME)
PLUGIN_FULLNAME ?= $(PLUGIN_NAME).dll
--
1.7.7.6
More information about the Olsr-dev
mailing list