mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-23 15:54:21 -09:00
neon: don't strip if BR2_ENABLE_DEBUG is enabled
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user