ARC: MWDT: avoid xcheck object linkage as we don't use xcheck
We don't use xcheck (we disable it by passing '-Hnoxcheck' to linker) so let's avoid xcheck object linkage as well by passing '-Hnoxcheck_obj' option. '-Hnoxcheck_obj' option implies the '-Hnoxcheck' option. Signed-off-by: Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
This commit is contained in:
parent
8165f3ad80
commit
d80a11ab9d
1 changed files with 1 additions and 1 deletions
|
@ -112,7 +112,7 @@ macro(toolchain_ld_baremetal)
|
||||||
-Hnosdata
|
-Hnosdata
|
||||||
-Hnocrt
|
-Hnocrt
|
||||||
-Xtimer0 # to suppress the warning message
|
-Xtimer0 # to suppress the warning message
|
||||||
-Hnoxcheck
|
-Hnoxcheck_obj
|
||||||
-Hnocplus
|
-Hnocplus
|
||||||
-Hcl
|
-Hcl
|
||||||
-Hheap=0
|
-Hheap=0
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue