Remove switches if sstrip is run

This commit is contained in:
Ulf Samuelsson
2007-08-21 01:53:57 +00:00
parent 1038cfab38
commit e4ead9c13c
79 changed files with 153 additions and 143 deletions

View File

@@ -75,7 +75,7 @@ $(TARGET_DIR)/usr/lib/libbz2.a: $(STAGING_DIR)/lib/libbz2.a
(cd $(TARGET_DIR)/usr/lib; \
ln -fs /usr/lib/libbz2.so.1.0 libbz2.so; \
)
-$(STRIP) --strip-unneeded $(TARGET_DIR)/usr/lib/libbz2.so.1.0
-$(STRIP) $(STRIP_STRIP_UNNEEDED) $(TARGET_DIR)/usr/lib/libbz2.so.1.0
touch -c $@
bzip2-headers: $(TARGET_DIR)/usr/lib/libbz2.a