Explorar o código

bfin supports FDPIC, not normal ELF

Mike Frysinger %!s(int64=19) %!d(string=hai) anos
pai
achega
2e7d0f67b1
Modificáronse 1 ficheiros con 1 adicións e 3 borrados
  1. 1 3
      Rules.mak

+ 1 - 3
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)