projects
/
openwrt
/
staging
/
rmilecki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f18c6d1
)
Added OBJCOPY variable for calling the cross-objcopy command (required for Apex boolo...
author
Rod Whitby
<rod@whitby.id.au>
Mon, 1 Jan 2007 00:03:09 +0000
(
00:03
+0000)
committer
Rod Whitby
<rod@whitby.id.au>
Mon, 1 Jan 2007 00:03:09 +0000
(
00:03
+0000)
SVN-Revision: 5949
rules.mk
patch
|
blob
|
history
diff --git
a/rules.mk
b/rules.mk
index 63fddbb8e7c63f42a2166bdef574483651cdef7e..3afdab67c2822c4a3a2925c326ef580363dd7486 100644
(file)
--- a/
rules.mk
+++ b/
rules.mk
@@
-78,7
+78,8
@@
TARGET_CONFIGURE_OPTS:= \
GCC="$(TARGET_CC)" \
CXX=$(TARGET_CROSS)g++ \
RANLIB=$(TARGET_CROSS)ranlib \
- STRIP=$(TARGET_CROSS)strip
+ STRIP=$(TARGET_CROSS)strip \
+ OBJCOPY=$(TARGET_CROSS)objcopy
# strip an entire directory
RSTRIP:= \