From 5b5bcf24f5293f7f3db0aca9af98777a5aff6be2 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Tue, 19 Jun 2007 15:58:02 +0000 Subject: punt %.bflt target in favor of proper LDFLAGS=-Wl,-elf2flt handling --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 341bd7d5d..4a87573b7 100644 --- a/Makefile +++ b/Makefile @@ -677,8 +677,12 @@ busybox_unstripped: $(busybox-all) FORCE $(Q)rm -f .old_version busybox: busybox_unstripped +ifeq ($(SKIP_STRIP),y) + $(Q)cp $< $@ +else $(Q)$(STRIP) -s --remove-section=.note --remove-section=.comment \ busybox_unstripped -o $@ +endif # The actual objects are generated when descending, # make sure no implicit rule kicks in -- cgit v1.2.3