- use cross strip instead of host strip; closes #773

This commit is contained in:
Bernhard Reutner-Fischer 2006-08-28 13:46:38 +00:00
parent 043f8b2666
commit 43d38b341a

View File

@ -97,8 +97,8 @@ $(TARGET_DIR)/$(IPSEC_TOOLS_TARGET_BINARY_RACOONCTL): \
$(IPSEC_TOOLS_DIR)/$(IPSEC_TOOLS_BINARY_SETKEY) \
$(IPSEC_TOOLS_DIR)/$(IPSEC_TOOLS_BINARY_RACOON) \
$(IPSEC_TOOLS_DIR)/$(IPSEC_TOOLS_BINARY_RACOONCTL)
make -C $(IPSEC_TOOLS_DIR) DESTDIR=$(TARGET_DIR) install
strip --strip-unneeded --remove-section=.comment \
$(MAKE) -C $(IPSEC_TOOLS_DIR) DESTDIR=$(TARGET_DIR) install
$(STRIP) --strip-unneeded --remove-section=.comment \
--remove-section=.note \
$(TARGET_DIR)/$(IPSEC_TOOLS_TARGET_BINARY_SETKEY) \
$(TARGET_DIR)/$(IPSEC_TOOLS_TARGET_BINARY_RACOON) \