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:
Evgeniy Paltsev 2021-06-02 14:45:15 +03:00 committed by Anas Nashif
parent f18bebd9de
commit 46b2df2b75

View file

@ -114,7 +114,6 @@ macro(toolchain_ld_baremetal)
-Xtimer0 # to suppress the warning message
-Hnoxcheck_obj
-Hnocplus
-Hcl
-Hheap=0
-Hnoivt
)