From ca8d0b029bfe43ae7f168bb6a0cc8a0b42f03be0 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Wed, 22 Mar 2006 21:03:21 +0000 Subject: We make both busybox and busybox_unstripped all the time now, no need to specify whether or not to strip the binary. --- Rules.mak | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'Rules.mak') diff --git a/Rules.mak b/Rules.mak index c1406592e..6bf91b2d6 100644 --- a/Rules.mak +++ b/Rules.mak @@ -196,11 +196,7 @@ else LDFLAGS += $(call check_ld,--warn-common,) LDFLAGS += $(call check_ld,--sort-common,) endif -ifeq ($(CONFIG_STRIP_BINARIES),y) - STRIPCMD:=$(STRIP) -s --remove-section=.note --remove-section=.comment -else - STRIPCMD:=/bin/true -Not_stripping_since_we_are_debugging -endif +STRIPCMD:=$(STRIP) -s --remove-section=.note --remove-section=.comment ifeq ($(strip $(CONFIG_STATIC)),y) PROG_CFLAGS += $(call check_gcc,-static,) endif -- cgit v1.2.3