Skip to content

Commit edea2bb

Browse files
committed
Workaround mips64 musl missing symbols error
See rust-lang/compiler-builtins#408
1 parent fce4003 commit edea2bb

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tests/.cargo/config.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
[target.mips64-unknown-linux-muslabi64]
2+
rustflags = ["-C", "link-arg=-lgcc"]
3+
4+
[target.mips64el-unknown-linux-muslabi64]
5+
rustflags = ["-C", "link-arg=-lgcc"]

0 commit comments

Comments
 (0)