Browse Source

gperf: strip target binary

Peter Korsgaard 17 năm trước cách đây
mục cha
commit
0a934f1c30
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  1. 4 0
      package/gperf/gperf.mk

+ 4 - 0
package/gperf/gperf.mk

@@ -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 $@
+