From cc3f20b9bdf9a46c41877dab4900eb2997b72019 Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Mon, 23 Jun 2008 22:31:52 +0000 Subject: fix breakage found by randomconfig --- Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 37b6d9bf9..1bcf1e105 100644 --- a/Makefile +++ b/Makefile @@ -698,6 +698,8 @@ ifeq ($(SKIP_STRIP),y) 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, -- cgit v1.2.3