commit | 5b5bcf24f5293f7f3db0aca9af98777a5aff6be2 | [log] [tgz] |
---|---|---|
author | Mike Frysinger <vapier@gentoo.org> | Tue Jun 19 15:58:02 2007 +0000 |
committer | Mike Frysinger <vapier@gentoo.org> | Tue Jun 19 15:58:02 2007 +0000 |
tree | 88d6cf678bcb1f56e3aba070df52091d733eb122 | |
parent | 31789a81d5751acaaf373e8ede2932208161f869 [diff] [blame] |
punt %.bflt target in favor of proper LDFLAGS=-Wl,-elf2flt handling
diff --git a/Makefile b/Makefile index 341bd7d..4a87573 100644 --- a/Makefile +++ b/Makefile
@@ -677,8 +677,12 @@ $(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