package/Makefile.in: remove unused STRIP_STRIP_ALL variable
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Mon, 19 Sep 2016 17:31:52 +0000 (19:31 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Mon, 19 Sep 2016 17:31:52 +0000 (19:31 +0200)
This variable has been unused for a long time, so we can get rid of its
definition.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/Makefile.in

index 83c9a894e8cf034d09d087a078ec2c7dbe7708c3..b4a4c60649ac56f1490078d816efb564da84ae83 100644 (file)
@@ -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