From 3a42cfda8862f7675aa01dc78789c7438e690100 Mon Sep 17 00:00:00 2001 From: David Schleef Date: Mon, 26 Nov 2001 11:37:52 +0000 Subject: Fix TARGET_CFLAGS to include -fPIC when needed. Libs were being compiled without -fPIC. --- Rules.mak | 1 + 1 file changed, 1 insertion(+) (limited to 'Rules.mak') diff --git a/Rules.mak b/Rules.mak index 5ec34fe2a..c9ae77fd8 100644 --- a/Rules.mak +++ b/Rules.mak @@ -67,6 +67,7 @@ else endif ifeq ($(strip $(DOPIC)),true) CFLAGS += -fPIC + TARGET_CFLAGS += -fPIC endif ifeq ($(strip $(HAVE_SHARED)),true) -- cgit v1.2.3