projects
/
openwrt
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3733422
)
add STRIP to TARGET_CONFIGURE_OPTS (closes #606)
author
Mike Baker
<mbm@openwrt.org>
Wed, 21 Jun 2006 20:09:34 +0000
(20:09 +0000)
committer
Mike Baker
<mbm@openwrt.org>
Wed, 21 Jun 2006 20:09:34 +0000
(20:09 +0000)
SVN-Revision: 4043
openwrt/rules.mk
patch
|
blob
|
history
diff --git
a/openwrt/rules.mk
b/openwrt/rules.mk
index 3f96d320e7bdedf5620876d1b794f3051aaa4baa..c8d823ff637c68176689d8b9f5a0279e622b0313 100644
(file)
--- a/
openwrt/rules.mk
+++ b/
openwrt/rules.mk
@@
-92,7
+92,8
@@
TARGET_CONFIGURE_OPTS=PATH=$(TARGET_PATH) \
CC=$(TARGET_CROSS)gcc \
GCC=$(TARGET_CROSS)gcc \
CXX=$(TARGET_CROSS)g++ \
- RANLIB=$(TARGET_CROSS)ranlib
+ RANLIB=$(TARGET_CROSS)ranlib \
+ STRIP=$(TARGET_CROSS)strip
ifeq ($(ENABLE_LOCALE),true)
DISABLE_NLS:=