projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
use newer config.guess and config.sub for packages then the shipped ones
[openwrt.git]
/
rules.mk
diff --git
a/rules.mk
b/rules.mk
index
0ce75f5
..
1419f2f
100644
(file)
--- a/
rules.mk
+++ b/
rules.mk
@@
-84,7
+84,8
@@
TARGET_CONFIGURE_OPTS:= \
RANLIB=$(TARGET_CROSS)ranlib \
STRIP=$(TARGET_CROSS)strip \
OBJCOPY=$(TARGET_CROSS)objcopy \
- OBJDUMP=$(TARGET_CROSS)objdump
+ OBJDUMP=$(TARGET_CROSS)objdump \
+ SIZE=$(TARGET_CROSS)size
# strip an entire directory
RSTRIP:= \
This page took
0.031451 seconds
and
4
git commands to generate.