From 2e7d0f67b1d52e768a9d629212847e92385f9860 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Wed, 7 Jun 2006 12:31:21 +0000 Subject: bfin supports FDPIC, not normal ELF --- Rules.mak | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'Rules.mak') diff --git a/Rules.mak b/Rules.mak index c8d285e12..7478c2a01 100644 --- a/Rules.mak +++ b/Rules.mak @@ -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) -- cgit v1.2.3