punt %.bflt target in favor of proper LDFLAGS=-Wl,-elf2flt handling

This commit is contained in:
Mike Frysinger
2007-06-19 15:58:02 +00:00
parent 31789a81d5
commit 5b5bcf24f5
3 changed files with 12 additions and 4 deletions

View File

@@ -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