mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-01 20:29:00 +00:00
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>
This commit is contained in:
parent
d483748923
commit
4fac1c185c
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue