defs.mk: Not adding -fPIC anylonger for TARGET = mingw

Signed-off-by: Jan Lindemann <jan@jannet.de>
This commit is contained in:
Jan Lindemann 2013-04-22 18:21:24 +00:00 committed by Jan Lindemann
commit 4e75afd1da

View file

@ -515,9 +515,11 @@ endif
LPPFLAGS += -lstdc++ LPPFLAGS += -lstdc++
ifeq ($(ARCH),x86_64) ifeq ($(ARCH),x86_64)
ifneq ($(TARGET),mingw)
BUILD_CFLAGS += -fPIC BUILD_CFLAGS += -fPIC
BUILD_CPPFLAGS+= -fPIC BUILD_CPPFLAGS+= -fPIC
LIBFLAGS += LIBFLAGS +=
endif
endif endif
ifeq ($(GCC_MAJOR),2) ifeq ($(GCC_MAJOR),2)