Commit 0a934f1c authored by Peter Korsgaard's avatar Peter Korsgaard
Browse files

gperf: strip target binary

parent 6b539be7
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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 $@