mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-02 12:49:03 +00:00
import/Make.defs: use _start entry name
This reverts `_start` entry name to fix issue#17443 together with nuttx side pull#17450. Signed-off-by: Yanfeng Liu <yfliu2008@qq.com>
This commit is contained in:
parent
cfff7f5a22
commit
aa3320fab4
1 changed files with 1 additions and 1 deletions
|
|
@ -97,7 +97,7 @@ endif
|
||||||
ifeq ($(CONFIG_BINFMT_ELF_RELOCATABLE),y)
|
ifeq ($(CONFIG_BINFMT_ELF_RELOCATABLE),y)
|
||||||
LDELFFLAGS += -r
|
LDELFFLAGS += -r
|
||||||
endif
|
endif
|
||||||
LDELFFLAGS += -e __start -Bstatic
|
LDELFFLAGS += -e _start -Bstatic
|
||||||
|
|
||||||
# Remove other ld scripts, just use import ld scripts
|
# Remove other ld scripts, just use import ld scripts
|
||||||
#
|
#
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue