|
@@ -201,14 +201,6 @@ TARGET_STRIP = $(TARGET_CROSS)strip
|
|
|
STRIPCMD = $(TARGET_CROSS)strip --remove-section=.comment --remove-section=.note
|
|
|
KSTRIPCMD = $(STRIPCMD) $(STRIP_STRIP_UNNEEDED)
|
|
|
endif
|
|
|
-ifeq ($(BR2_STRIP_sstrip),y)
|
|
|
-STRIP_STRIP_DEBUG :=
|
|
|
-STRIP_STRIP_UNNEEDED :=
|
|
|
-STRIP_STRIP_ALL :=
|
|
|
-TARGET_STRIP = $(HOST_DIR)/usr/bin/$(GNU_TARGET_NAME)-sstrip
|
|
|
-STRIPCMD = $(TARGET_STRIP)
|
|
|
-KSTRIPCMD = $(TARGET_CROSS)strip --remove-section=.comment --remove-section=.note --strip-unneeded
|
|
|
-endif
|
|
|
ifeq ($(BR2_STRIP_none),y)
|
|
|
TARGET_STRIP = true
|
|
|
STRIPCMD = $(TARGET_STRIP)
|