diff options
author | Mike Frysinger <vapier@gentoo.org> | 2009-10-22 01:12:47 -0400 |
---|---|---|
committer | Austin Foxley <austinf@cetoncorp.com> | 2009-11-09 15:34:35 -0800 |
commit | e219bc7c1b3a82b1c35b61cf07217c084480f752 (patch) | |
tree | b1c8d34883b4deca9df649762451467c8e5fb918 /Rules.mak | |
parent | c7e4f11335adcdad03e24ad2648b873f116337aa (diff) |
test/plt: add a script to find PLT usage
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
Diffstat (limited to 'Rules.mak')
-rw-r--r-- | Rules.mak | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -46,6 +46,7 @@ CC = $(CROSS)gcc AR = $(CROSS)ar LD = $(CROSS)ld NM = $(CROSS)nm +OBJDUMP = $(CROSS)objdump STRIPTOOL = $(CROSS)strip INSTALL = install |