projects
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
7aa159a
)
Add HOST_FPIC. It currently always is -fPIC, because that should work on all platform...
author
mb
<mb@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 23 Oct 2010 20:30:43 +0000
(20:30 +0000)
committer
mb
<mb@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 23 Oct 2010 20:30:43 +0000
(20:30 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23598
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
rules.mk
patch
|
blob
|
history
diff --git
a/rules.mk
b/rules.mk
index
7d3516b
..
23445bf
100644
(file)
--- a/
rules.mk
+++ b/
rules.mk
@@
-47,6
+47,8
@@
else
FPIC:=-fpic
endif
FPIC:=-fpic
endif
+HOST_FPIC:=-fPIC
+
ARCH_SUFFIX:=
ifneq ($(findstring -mips32r2,$(TARGET_OPTIMIZATION)),)
ARCH_SUFFIX:=_r2
ARCH_SUFFIX:=
ifneq ($(findstring -mips32r2,$(TARGET_OPTIMIZATION)),)
ARCH_SUFFIX:=_r2
This page took
0.023241 seconds
and
4
git commands to generate.