diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-06-07 12:31:21 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-06-07 12:31:21 +0000 |
commit | 2e7d0f67b1d52e768a9d629212847e92385f9860 (patch) | |
tree | 765b2364a1298f635c1b903ef3879bd30b19e5c1 | |
parent | e8689bdbc38110a2f65eed4a695aab6b82dc458b (diff) |
bfin supports FDPIC, not normal ELF
-rw-r--r-- | Rules.mak | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -266,9 +266,7 @@ ifeq ($(TARGET_ARCH),powerpc) endif ifeq ($(TARGET_ARCH),bfin) - # This should also work, but why bother ? ;) - #PICFLAG:=-fPIC -mid-shared-library - PICFLAG:=-fpic + PICFLAG:=-mfdpic endif ifeq ($(TARGET_ARCH),frv) |