Quellcode durchsuchen

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 <thomas.petazzoni@free-electrons.com>
Thomas Petazzoni vor 9 Jahren
Ursprung
Commit
5676a2deea
1 geänderte Dateien mit 0 neuen und 1 gelöschten Zeilen
  1. 0 1
      package/Makefile.in

+ 0 - 1
package/Makefile.in

@@ -203,7 +203,6 @@ 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_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
 endif
 endif