Added OBJCOPY variable for calling the cross-objcopy command (required for Apex booloader)
SVN-Revision: 5949
This commit is contained in:
parent
f18c6d169a
commit
6d90528963
1 changed files with 2 additions and 1 deletions
3
rules.mk
3
rules.mk
|
@ -78,7 +78,8 @@ TARGET_CONFIGURE_OPTS:= \
|
||||||
GCC="$(TARGET_CC)" \
|
GCC="$(TARGET_CC)" \
|
||||||
CXX=$(TARGET_CROSS)g++ \
|
CXX=$(TARGET_CROSS)g++ \
|
||||||
RANLIB=$(TARGET_CROSS)ranlib \
|
RANLIB=$(TARGET_CROSS)ranlib \
|
||||||
STRIP=$(TARGET_CROSS)strip
|
STRIP=$(TARGET_CROSS)strip \
|
||||||
|
OBJCOPY=$(TARGET_CROSS)objcopy
|
||||||
|
|
||||||
# strip an entire directory
|
# strip an entire directory
|
||||||
RSTRIP:= \
|
RSTRIP:= \
|
||||||
|
|
Loading…
Reference in a new issue