projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
tools: symlink seq to the host staging dir (gseq on mac os x)
[openwrt.git]
/
rules.mk
diff --git
a/rules.mk
b/rules.mk
index
474c0e2
..
79a2a9f
100644
(file)
--- a/
rules.mk
+++ b/
rules.mk
@@
-219,9
+219,10
@@
else
endif
endif
RSTRIP:= \
endif
endif
RSTRIP:= \
+ export CROSS="$(TARGET_CROSS)"; \
NM="$(TARGET_CROSS)nm" \
STRIP="$(STRIP)" \
NM="$(TARGET_CROSS)nm" \
STRIP="$(STRIP)" \
- STRIP_KMOD="$(
TARGET_CROSS)strip --strip-unneeded -R .comment -R .pdr -R .mdebug.abi32 -R .note.gnu.build-id -R .gnu.attributes -R .reginfo -x
" \
+ STRIP_KMOD="$(
SCRIPT_DIR)/strip-kmod.sh
" \
$(SCRIPT_DIR)/rstrip.sh
endif
$(SCRIPT_DIR)/rstrip.sh
endif
This page took
0.02474 seconds
and
4
git commands to generate.