From eefc25d1d2eccf04571b8204663d91e61cb5f7f0 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Fri, 26 Aug 2011 20:49:29 +0300 Subject: Bin USE_MINGW Its alternative values as used by OOo is irrelevant to us as we don't intend to support building using MinGW on Windows itself. To us, MinGW always means cross-compilation. For us it is enough to look at $(OS)$(COM), and WNTGCC always implies cross-compilation. (OOo on the other hand attempts to support use of the Cygwin gcc with the -mno-cygwin option (which is practically considered an obsolete option), the normal MinGW compiler (but still from Cygwin), but not cros-compilation.) --- icu/makefile.mk | 3 --- 1 file changed, 3 deletions(-) (limited to 'icu') diff --git a/icu/makefile.mk b/icu/makefile.mk index 41916b4e2e1e..65ba458a9cc1 100644 --- a/icu/makefile.mk +++ b/icu/makefile.mk @@ -179,9 +179,6 @@ CONFIGURE_DIR=source .IF "$(MINGW_SHARED_GCCLIB)"=="YES" icu_LDFLAGS+=-shared-libgcc .ENDIF -.IF "$(USE_MINGW)"=="cygwin" -icu_LDFLAGS+=-L$(COMPATH)/lib/mingw -L$(COMPATH)/lib/w32api -.ENDIF icu_LDFLAGS+=-L$(COMPATH)$/lib icu_LIBS= .IF "$(MINGW_SHARED_GXXLIB)"=="YES" -- cgit v1.2.3