gperf: strip target binary

This commit is contained in:
Peter Korsgaard 2008-07-10 08:17:35 +00:00
parent 6b539be71b
commit 0a934f1c30
1 changed files with 4 additions and 0 deletions

View File

@ -20,3 +20,7 @@ GPERF_DEPENDENCIES = uclibc
$(eval $(call AUTOTARGETS,package,gperf))
$(GPERF_HOOK_POST_INSTALL): $(TARGET_DIR)/usr/bin/gperf
$(STRIPCMD) $(STRIP_STRIP_ALL) $^
touch $@