From: Han-Wen Nienhuys Date: Fri, 3 Nov 2006 00:47:04 +0000 (+0100) Subject: don't do -fPIC for mingw. Suppresses warning about unnecessary -fPIC X-Git-Tag: release/2.10.0-2~34^2~15^2 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=0c92fe500008e496cbbe3f7fed73601dfd008c2f;p=lilypond.git don't do -fPIC for mingw. Suppresses warning about unnecessary -fPIC --- 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