Skip to content
Snippets Groups Projects
Commit d9b2f5c0 authored by Hamish Guthrie's avatar Hamish Guthrie
Browse files

Added rule for objdump Added support for AT91 SD-Card in primary bootloader (romboot)

SVN-Revision: 6638
parent cfec8068
Branches
Tags
No related merge requests found
...@@ -83,7 +83,8 @@ TARGET_CONFIGURE_OPTS:= \ ...@@ -83,7 +83,8 @@ TARGET_CONFIGURE_OPTS:= \
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 OBJCOPY=$(TARGET_CROSS)objcopy \
OBJDUMP=$(TARGET_CROSS)objdump
# strip an entire directory # strip an entire directory
RSTRIP:= \ RSTRIP:= \
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment