|
@@ -203,7 +203,6 @@ TARGET_OBJDUMP = $(TARGET_CROSS)objdump
|
|
|
|
|
|
ifeq ($(BR2_STRIP_strip),y)
|
|
ifeq ($(BR2_STRIP_strip),y)
|
|
STRIP_STRIP_DEBUG := --strip-debug
|
|
STRIP_STRIP_DEBUG := --strip-debug
|
|
-STRIP_STRIP_ALL := --strip-all
|
|
|
|
TARGET_STRIP = $(TARGET_CROSS)strip
|
|
TARGET_STRIP = $(TARGET_CROSS)strip
|
|
STRIPCMD = $(TARGET_CROSS)strip --remove-section=.comment --remove-section=.note
|
|
STRIPCMD = $(TARGET_CROSS)strip --remove-section=.comment --remove-section=.note
|
|
endif
|
|
endif
|