Sfoglia il codice sorgente

gperf: strip target binary

Peter Korsgaard 17 anni fa
parent
commit
0a934f1c30
1 ha cambiato i file con 4 aggiunte e 0 eliminazioni
  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 $@
+