Skip to content

Commit aa3320f

Browse files
yf13xiaoxiang781216
authored andcommitted
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 <[email protected]>
1 parent cfff7f5 commit aa3320f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

import/Make.defs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ endif
9797
ifeq ($(CONFIG_BINFMT_ELF_RELOCATABLE),y)
9898
LDELFFLAGS += -r
9999
endif
100-
LDELFFLAGS += -e __start -Bstatic
100+
LDELFFLAGS += -e _start -Bstatic
101101

102102
# Remove other ld scripts, just use import ld scripts
103103
#

0 commit comments

Comments
 (0)