neon: don't strip if BR2_ENABLE_DEBUG is enabled

This commit is contained in:
Peter Korsgaard 2008-10-20 11:53:08 +00:00
parent 084e855d05
commit fc7bf9e325
1 changed files with 2 additions and 0 deletions

View File

@ -28,7 +28,9 @@ endif
$(eval $(call AUTOTARGETS,package,neon))
ifeq ($(BR2_ENABLE_DEBUG),)
# neon doesn't have an install-strip target, so do it afterwards
$(NEON_HOOK_POST_INSTALL): $(NEON_TARGET_INSTALL_TARGET)
$(STRIPCMD) $(STRIP_STRIP_UNNEEDED) $(TARGET_DIR)/usr/lib/libneon.so
touch $@
endif