diff options
author | Rod Whitby <rod@whitby.id.au> | 2007-01-01 00:03:09 +0000 |
---|---|---|
committer | Rod Whitby <rod@whitby.id.au> | 2007-01-01 00:03:09 +0000 |
commit | 6d905289639762ad42957f348203c6bbe2a72afc (patch) | |
tree | eea7d6e09960f47525b298702957b2dabe4a446f /rules.mk | |
parent | f18c6d169a1eac3da919eb896a5b8bdccf2d0e1c (diff) | |
download | upstream-6d905289639762ad42957f348203c6bbe2a72afc.tar.gz upstream-6d905289639762ad42957f348203c6bbe2a72afc.tar.bz2 upstream-6d905289639762ad42957f348203c6bbe2a72afc.zip |
Added OBJCOPY variable for calling the cross-objcopy command (required for Apex booloader)
SVN-Revision: 5949
Diffstat (limited to 'rules.mk')
-rw-r--r-- | rules.mk | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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:= \ |