You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by ma...@apache.org on 2024/04/24 22:55:51 UTC

(nuttx-apps) branch master updated: build/import: matching nuttx/pull/12201

This is an automated email from the ASF dual-hosted git repository.

masayuki pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git


The following commit(s) were added to refs/heads/master by this push:
     new f243dfda7 build/import: matching nuttx/pull/12201
f243dfda7 is described below

commit f243dfda7946677bd956df3a9042c0ec0394774a
Author: Yanfeng Liu <yf...@qq.com>
AuthorDate: Wed Apr 24 20:06:28 2024 +0800

    build/import: matching nuttx/pull/12201
    
    This matches the entry name change in nuttx/pull/12201.
    
    Signed-off-by: Yanfeng Liu <yf...@qq.com>
---
 import/Make.defs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/import/Make.defs b/import/Make.defs
index ac3e999e2..050a5d3e1 100644
--- a/import/Make.defs
+++ b/import/Make.defs
@@ -95,5 +95,5 @@ endif
 ifeq ($(CONFIG_BINFMT_ELF_RELOCATABLE),y)
   LDELFFLAGS += -r
 endif
-LDELFFLAGS += -e _start -Bstatic
+LDELFFLAGS += -e __start -Bstatic
 LDELFFLAGS += $(addprefix -T,$(call CONVERT_PATH,$(TOPDIR)/scripts/gnu-elf.ld))