projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
avoid includes that aren't required for current target (make download)
[openwrt.git]
/
rules.mk
diff --git
a/rules.mk
b/rules.mk
index
3f96d32
..
c8d823f
100644
(file)
--- a/
rules.mk
+++ b/
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:=
This page took
0.022644 seconds
and
4
git commands to generate.