commit | cc3f20b9bdf9a46c41877dab4900eb2997b72019 | [log] [tgz] |
---|---|---|
author | Denis Vlasenko <vda.linux@googlemail.com> | Mon Jun 23 22:31:52 2008 +0000 |
committer | Denis Vlasenko <vda.linux@googlemail.com> | Mon Jun 23 22:31:52 2008 +0000 |
tree | 4447fc490a0f65921d5c324283da20c837121535 | |
parent | 211b59be431350b2cc6685f5365ad5e6b597dc18 [diff] [blame] |
fix breakage found by randomconfig
diff --git a/Makefile b/Makefile index 37b6d9b..1bcf1e1 100644 --- a/Makefile +++ b/Makefile
@@ -698,6 +698,8 @@ else $(Q)$(STRIP) -s --remove-section=.note --remove-section=.comment \ busybox_unstripped -o $@ +# strip is confused by PIE executable and does not set exec bits + $(Q)chmod a+x $@ endif # The actual objects are generated when descending,