Skip to content

Commit 4fac1c1

Browse files
liuguo09Ouss4
authored andcommitted
Make programs under apps/bin executable to generate symtab file rightly
Make programs under apps/bin executable since tools/mksymtab.sh called with 'find $dir -type f -perm -a=x 2>/dev/null'. So generate symtab file rightly. Signed-off-by: liuhaitao <liuhaitao@xiaomi.com>
1 parent d483748 commit 4fac1c1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Application.mk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,7 @@ ifeq ($(CONFIG_CYGWIN_WINTOOL),y)
158158
else
159159
$(call ELFLD,$(firstword $(PROGOBJ)),$(firstword $(PROGLIST)))
160160
endif
161+
$(Q) chmod +x $(firstword $(PROGLIST))
161162
ifneq ($(CONFIG_DEBUG_SYMBOLS),y)
162163
$(Q) $(STRIP) $(firstword $(PROGLIST))
163164
endif

0 commit comments

Comments
 (0)