From: Thomas Petazzoni Date: Mon, 19 Sep 2016 17:31:52 +0000 (+0200) Subject: package/Makefile.in: remove unused STRIP_STRIP_ALL variable X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5676a2deea896f38123b99781da0a612865adeb0;p=buildroot.git package/Makefile.in: remove unused STRIP_STRIP_ALL variable This variable has been unused for a long time, so we can get rid of its definition. Signed-off-by: Thomas Petazzoni --- diff --git a/package/Makefile.in b/package/Makefile.in index 83c9a894e8..b4a4c60649 100644 --- a/package/Makefile.in +++ b/package/Makefile.in @@ -203,7 +203,6 @@ TARGET_OBJDUMP = $(TARGET_CROSS)objdump ifeq ($(BR2_STRIP_strip),y) STRIP_STRIP_DEBUG := --strip-debug -STRIP_STRIP_ALL := --strip-all TARGET_STRIP = $(TARGET_CROSS)strip STRIPCMD = $(TARGET_CROSS)strip --remove-section=.comment --remove-section=.note endif