From 0c92fe500008e496cbbe3f7fed73601dfd008c2f Mon Sep 17 00:00:00 2001 From: Han-Wen Nienhuys Date: Fri, 3 Nov 2006 01:47:04 +0100 Subject: [PATCH] don't do -fPIC for mingw. Suppresses warning about unnecessary -fPIC --- stepmake/stepmake/compile-vars.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmake/stepmake/compile-vars.make b/stepmake/stepmake/compile-vars.make index b39499b0dd..8fe1791edf 100644 --- a/stepmake/stepmake/compile-vars.make +++ b/stepmake/stepmake/compile-vars.make @@ -2,8 +2,8 @@ ARFLAGS = ru ALL_LDFLAGS = $(LDFLAGS) $(CONFIG_LDFLAGS) $($(PACKAGE)_LDFLAGS) $(MODULE_LDFLAGS) $(CONFIG_LDFLAGS) -PIC_FLAGS = -fpic -fPIC ifeq ($(MINGW_BUILD),) +PIC_FLAGS = -fpic -fPIC SHARED_FLAGS = -shared else SHARED_FLAGS = -mdll -- 2.39.5