Skip to content

Commit 357694e

Browse files
evgeniy-paltsevcfriedt
authored andcommitted
ARC: MWDT: use LLVM C++ library instead of MWDT one
The MWDT toolchain provides two C++ libraries. Let's use LLVM C++ library. Signed-off-by: Eugeniy Paltsev <[email protected]> Signed-off-by: Evgeniy Paltsev <[email protected]>
1 parent f5b90e7 commit 357694e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/linker/arcmwdt/target.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ endmacro()
196196
# link C++ libraries
197197
macro(toolchain_ld_cpp)
198198
zephyr_link_libraries(
199-
-Hcppmw -Hcplus
199+
-Hcplus
200200
)
201201
endmacro()
202202

0 commit comments

Comments
 (0)