Skip to content

RISC-V: Fix ld issues

Ole Krüger requested to merge ole@ld into master

What

Adds LD flags to make the linker ignore duplicate symbols.

Why

Rust static libraries include symbols that conflict when linking two or more static Rust libraries together.

Manually testing the MR

dune b tezt

Merge request reports