ARC: MWDT: don't use compact C library
-Hcl option instructs linker to use MetaWare C Compactlib. According to MWDT documentation "Compactlib is not thread-safe" So, let's use MetaWare C library instead which is thread-safe. Signed-off-by: Evgeniy Paltsev <PaltsevEvgeniy@gmail.com>
This commit is contained in:
parent
f18bebd9de
commit
46b2df2b75
|
@ -114,7 +114,6 @@ macro(toolchain_ld_baremetal)
|
|||
-Xtimer0 # to suppress the warning message
|
||||
-Hnoxcheck_obj
|
||||
-Hnocplus
|
||||
-Hcl
|
||||
-Hheap=0
|
||||
-Hnoivt
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue