projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Enable MTD_BLOCK
[openwrt.git]
/
rules.mk
diff --git
a/rules.mk
b/rules.mk
index
e363517
..
2dc8bcc
100644
(file)
--- a/
rules.mk
+++ b/
rules.mk
@@
-83,7
+83,8
@@
TARGET_CONFIGURE_OPTS:= \
CXX=$(TARGET_CROSS)g++ \
RANLIB=$(TARGET_CROSS)ranlib \
STRIP=$(TARGET_CROSS)strip \
- OBJCOPY=$(TARGET_CROSS)objcopy
+ OBJCOPY=$(TARGET_CROSS)objcopy \
+ OBJDUMP=$(TARGET_CROSS)objdump
# strip an entire directory
RSTRIP:= \
This page took
0.021647 seconds
and
4
git commands to generate.