|
@@ -205,8 +205,7 @@ ifeq ($(BR2_STRIP_strip),y)
|
|
STRIP_STRIP_DEBUG := --strip-debug
|
|
STRIP_STRIP_DEBUG := --strip-debug
|
|
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
|
|
|
|
-ifeq ($(BR2_STRIP_none),y)
|
|
|
|
|
|
+else
|
|
TARGET_STRIP = /bin/true
|
|
TARGET_STRIP = /bin/true
|
|
STRIPCMD = $(TARGET_STRIP)
|
|
STRIPCMD = $(TARGET_STRIP)
|
|
endif
|
|
endif
|