提交 1cc029a1 编写于 作者: J jihongbin

[fix][bsp/thead-smart/gcc_csky.ld]

Correct startup segment description error in link script
上级 a818f229
......@@ -44,7 +44,7 @@ SECTIONS
.text : AT(ADDR(.text)){
. = ALIGN(0x4) ;
__stext = . ;
KEEP(*startup.o(*.text*))
KEEP(*startup_gcc.o(*.text*))
*(.text)
*(.text*)
*(.text.*)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册