Added OBJCOPY variable for calling the cross-objcopy command (required for Apex booloader)

SVN-Revision: 5949
This commit is contained in:
Rod Whitby 2007-01-01 00:03:09 +00:00
parent f18c6d169a
commit 6d90528963
1 changed files with 2 additions and 1 deletions

View File

@ -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:= \