diff options
author | Mike Frysinger <vapier@gentoo.org> | 2007-06-19 15:58:02 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2007-06-19 15:58:02 +0000 |
commit | 5b5bcf24f5293f7f3db0aca9af98777a5aff6be2 (patch) | |
tree | 88d6cf678bcb1f56e3aba070df52091d733eb122 /Makefile | |
parent | 31789a81d5751acaaf373e8ede2932208161f869 (diff) | |
download | busybox-w32-5b5bcf24f5293f7f3db0aca9af98777a5aff6be2.tar.gz busybox-w32-5b5bcf24f5293f7f3db0aca9af98777a5aff6be2.tar.bz2 busybox-w32-5b5bcf24f5293f7f3db0aca9af98777a5aff6be2.zip |
punt %.bflt target in favor of proper LDFLAGS=-Wl,-elf2flt handling
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -677,8 +677,12 @@ busybox_unstripped: $(busybox-all) FORCE | |||
677 | $(Q)rm -f .old_version | 677 | $(Q)rm -f .old_version |
678 | 678 | ||
679 | busybox: busybox_unstripped | 679 | busybox: busybox_unstripped |
680 | ifeq ($(SKIP_STRIP),y) | ||
681 | $(Q)cp $< $@ | ||
682 | else | ||
680 | $(Q)$(STRIP) -s --remove-section=.note --remove-section=.comment \ | 683 | $(Q)$(STRIP) -s --remove-section=.note --remove-section=.comment \ |
681 | busybox_unstripped -o $@ | 684 | busybox_unstripped -o $@ |
685 | endif | ||
682 | 686 | ||
683 | # The actual objects are generated when descending, | 687 | # The actual objects are generated when descending, |
684 | # make sure no implicit rule kicks in | 688 | # make sure no implicit rule kicks in |