From: rwhitby 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.ozo.com/?p=openwrt-10.03%2F.git;a=commitdiff_plain;h=cde9f30b2a8540f7adc3dc8cd6a28f894ee56437 Added OBJCOPY variable for calling the cross-objcopy command (required for Apex booloader) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5949 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/rules.mk b/rules.mk index 63fddbb8e..3afdab67c 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:= \