diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -698,6 +698,8 @@ ifeq ($(SKIP_STRIP),y) | |||
698 | else | 698 | else |
699 | $(Q)$(STRIP) -s --remove-section=.note --remove-section=.comment \ | 699 | $(Q)$(STRIP) -s --remove-section=.note --remove-section=.comment \ |
700 | busybox_unstripped -o $@ | 700 | busybox_unstripped -o $@ |
701 | # strip is confused by PIE executable and does not set exec bits | ||
702 | $(Q)chmod a+x $@ | ||
701 | endif | 703 | endif |
702 | 704 | ||
703 | # The actual objects are generated when descending, | 705 | # The actual objects are generated when descending, |