|
@@ -203,16 +203,13 @@ 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_UNNEEDED := --strip-unneeded
|
|
|
|
STRIP_STRIP_ALL := --strip-all
|
|
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
|
|
-KSTRIPCMD = $(STRIPCMD) $(STRIP_STRIP_UNNEEDED)
|
|
|
|
endif
|
|
endif
|
|
ifeq ($(BR2_STRIP_none),y)
|
|
ifeq ($(BR2_STRIP_none),y)
|
|
TARGET_STRIP = true
|
|
TARGET_STRIP = true
|
|
STRIPCMD = $(TARGET_STRIP)
|
|
STRIPCMD = $(TARGET_STRIP)
|
|
-KSTRIPCMD = $(TARGET_STRIP)
|
|
|
|
endif
|
|
endif
|
|
INSTALL := $(shell which install || type -p install)
|
|
INSTALL := $(shell which install || type -p install)
|
|
FLEX := $(shell which flex || type -p flex)
|
|
FLEX := $(shell which flex || type -p flex)
|