From: Rod Whitby Date: Mon, 1 Jan 2007 00:03:09 +0000 (+0000) Subject: Added OBJCOPY variable for calling the cross-objcopy command (required for Apex boolo... X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=6d905289639762ad42957f348203c6bbe2a72afc;p=openwrt%2Fstaging%2Fyousong.git Added OBJCOPY variable for calling the cross-objcopy command (required for Apex booloader) SVN-Revision: 5949 --- diff --git a/rules.mk b/rules.mk index 63fddbb8e7..3afdab67c2 100644 --- 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:= \