diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-01-05 03:53:44 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-01-05 03:53:44 +0000 |
commit | 2e17eb3d4a6cf86a0f5b6d9f68599c99800b0e06 (patch) | |
tree | 7cec8649e121d68caa25b400b170a287b39806c1 | |
parent | 7f011a167421c7576863becb6b286e3d8b37263e (diff) |
fPIC doesnt work on bfin
-rw-r--r-- | Rules.mak | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -230,6 +230,12 @@ ifeq ($(TARGET_ARCH),powerpc) PIEFLAG_NAME:=-fpie endif +ifeq ($(TARGET_ARCH),bfin) + # This should also work, but why bother ? ;) + #PICFLAG:=-fPIC -mid-shared-library + PICFLAG:=-fpic +endif + ifeq ($(TARGET_ARCH),frv) CPU_LDFLAGS-$(CONFIG_FRV)+=-melf32frvfd CPU_CFLAGS-$(CONFIG_FRV)+=-mfdpic |