Skip to content

Commit

Permalink
Make programs under apps/bin executable to generate symtab file rightly
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
liuguo09 authored and masayuki2009 committed Jun 26, 2020
1 parent 192273d commit dbfa8d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Application.mk
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@ ifeq ($(CONFIG_CYGWIN_WINTOOL),y)
else
$(call ELFLD,$(firstword $(PROGOBJ)),$(firstword $(PROGLIST)))
endif
$(Q) chmod +x $(firstword $(PROGLIST))
ifneq ($(CONFIG_DEBUG_SYMBOLS),y)
$(Q) $(STRIP) $(firstword $(PROGLIST))
endif
Expand Down

0 comments on commit dbfa8d5

Please sign in to comment.