ARC: MWDT: don't link MetaWare hostlink lib ever
MetaWare hostlink is a library of system calls for debugging. We don't use in case of Zephyr, however we provide real system calls implementations. Let's pass -Hhostlib= to MWDT linker to eliminate the MetaWare hostlink library from linkage. Signed-off-by: Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com> Signed-off-by: Evgeniy Paltsev <PaltsevEvgeniy@gmail.com>
This commit is contained in:
parent
ab130333db
commit
cfed6428f4
1 changed files with 1 additions and 0 deletions
|
@ -115,6 +115,7 @@ macro(toolchain_ld_baremetal)
|
||||||
-Xtimer0 # to suppress the warning message
|
-Xtimer0 # to suppress the warning message
|
||||||
-Hnoxcheck_obj
|
-Hnoxcheck_obj
|
||||||
-Hnocplus
|
-Hnocplus
|
||||||
|
-Hhostlib=
|
||||||
-Hheap=0
|
-Hheap=0
|
||||||
-Hnoivt
|
-Hnoivt
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue