| Submitter | Thomas Petazzoni |
|---|---|
| Date | April 17, 2012, 2:45 p.m. |
| Message ID | <bf6cacd9f139551d534b041f80547e69199ae2be.1334673910.git.thomas.petazzoni@free-electrons.com> |
| Download | mbox | patch |
| Permalink | /patch/153197/ |
| State | Accepted |
| Commit | 4fd085315620ea128379187b4af7ce417d16a18d |
| Headers | show |
Comments
>>>>> "Thomas" == Thomas Petazzoni <thomas.petazzoni@free-electrons.com> writes:
Thomas> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Committed, thanks.
Patch
diff --git a/package/Makefile.in b/package/Makefile.in index 943017b..7c75406 100644 --- a/package/Makefile.in +++ b/package/Makefile.in @@ -126,7 +126,6 @@ TARGET_CXX := $(CCACHE) $(TARGET_CXX) endif ifeq ($(BR2_STRIP_strip),y) -STRIP_DISCARD_ALL:=--discard-all STRIP_STRIP_UNNEEDED:=--strip-unneeded STRIP_STRIP_ALL:=--strip-all TARGET_STRIP=$(TARGET_CROSS)strip @@ -134,7 +133,6 @@ STRIPCMD=$(TARGET_CROSS)strip --remove-section=.comment --remove-section=.note KSTRIPCMD=$(STRIPCMD) $(STRIP_STRIP_UNNEEDED) endif ifeq ($(BR2_STRIP_sstrip),y) -STRIP_DISCARD_ALL:= STRIP_STRIP_UNNEEDED:= STRIP_STRIP_ALL:= TARGET_STRIP=$(HOST_DIR)/usr/bin/$(REAL_GNU_TARGET_NAME)-sstrip
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> --- package/Makefile.in | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-)