1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-11-23 23:46:16 +02:00

[backport 23598] "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." - Since packages use this variable, it needs to be exported in backfire as well

git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@24148 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
mirko 2010-11-26 16:42:19 +00:00
parent 2ee381506e
commit 5c292c91ad

View File

@ -45,6 +45,8 @@ else
FPIC:=-fpic
endif
HOST_FPIC:=-fPIC
ARCH_SUFFIX:=
ifneq ($(findstring -mips32r2,$(TARGET_OPTIMIZATION)),)
ARCH_SUFFIX:=_r2