diff options
author | David Schleef <ds@schleef.org> | 2001-11-26 11:37:52 +0000 |
---|---|---|
committer | David Schleef <ds@schleef.org> | 2001-11-26 11:37:52 +0000 |
commit | 3a42cfda8862f7675aa01dc78789c7438e690100 (patch) | |
tree | dd1c21918e577582adf7348be9a079bfe7e6eb6f /Rules.mak | |
parent | f2ca1a04b984f6b52781ab0f881e79ecd021442b (diff) |
Fix TARGET_CFLAGS to include -fPIC when needed. Libs were being
compiled without -fPIC.
Diffstat (limited to 'Rules.mak')
-rw-r--r-- | Rules.mak | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -67,6 +67,7 @@ else endif ifeq ($(strip $(DOPIC)),true) CFLAGS += -fPIC + TARGET_CFLAGS += -fPIC endif ifeq ($(strip $(HAVE_SHARED)),true) |