diff --git a/package/Makefile.in b/package/Makefile.in index 83c9a894e8..b4a4c60649 100644 --- a/package/Makefile.in +++ b/package/Makefile.in @@ -203,7 +203,6 @@ TARGET_OBJDUMP = $(TARGET_CROSS)objdump ifeq ($(BR2_STRIP_strip),y) STRIP_STRIP_DEBUG := --strip-debug -STRIP_STRIP_ALL := --strip-all TARGET_STRIP = $(TARGET_CROSS)strip STRIPCMD = $(TARGET_CROSS)strip --remove-section=.comment --remove-section=.note endif