mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 14:16:31 +00:00
package: remove unused STRIP_DISCARD_ALL variable
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
cd2f78b1c5
commit
4fd0853156
@ -126,7 +126,6 @@ TARGET_CXX := $(CCACHE) $(TARGET_CXX)
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(BR2_STRIP_strip),y)
|
ifeq ($(BR2_STRIP_strip),y)
|
||||||
STRIP_DISCARD_ALL:=--discard-all
|
|
||||||
STRIP_STRIP_UNNEEDED:=--strip-unneeded
|
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
|
||||||
@ -134,7 +133,6 @@ STRIPCMD=$(TARGET_CROSS)strip --remove-section=.comment --remove-section=.note
|
|||||||
KSTRIPCMD=$(STRIPCMD) $(STRIP_STRIP_UNNEEDED)
|
KSTRIPCMD=$(STRIPCMD) $(STRIP_STRIP_UNNEEDED)
|
||||||
endif
|
endif
|
||||||
ifeq ($(BR2_STRIP_sstrip),y)
|
ifeq ($(BR2_STRIP_sstrip),y)
|
||||||
STRIP_DISCARD_ALL:=
|
|
||||||
STRIP_STRIP_UNNEEDED:=
|
STRIP_STRIP_UNNEEDED:=
|
||||||
STRIP_STRIP_ALL:=
|
STRIP_STRIP_ALL:=
|
||||||
TARGET_STRIP=$(HOST_DIR)/usr/bin/$(REAL_GNU_TARGET_NAME)-sstrip
|
TARGET_STRIP=$(HOST_DIR)/usr/bin/$(REAL_GNU_TARGET_NAME)-sstrip
|
||||||
|
Loading…
x
Reference in New Issue
Block a user