Skip to content
Snippets Groups Projects
Commit a46c3324 authored by Michael Büsch's avatar Michael Büsch
Browse files

Add HOST_FPIC. It currently always is -fPIC, because that should work on all...

Add HOST_FPIC. It currently always is -fPIC, because that should work on all platforms, even if it may generate slightly inefficient code on some arches.

SVN-Revision: 23598
parent 88eadf54
No related branches found
No related tags found
No related merge requests found
...@@ -47,6 +47,8 @@ else ...@@ -47,6 +47,8 @@ else
FPIC:=-fpic FPIC:=-fpic
endif endif
HOST_FPIC:=-fPIC
ARCH_SUFFIX:= ARCH_SUFFIX:=
ifneq ($(findstring -mips32r2,$(TARGET_OPTIMIZATION)),) ifneq ($(findstring -mips32r2,$(TARGET_OPTIMIZATION)),)
ARCH_SUFFIX:=_r2 ARCH_SUFFIX:=_r2
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment