mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2025-02-06 18:38:01 +00:00
6 lines
285 B
Text
6 lines
285 B
Text
|
# This workaround is needed because the linker is unable to find __addtf3,
|
||
|
# __multf3 and __subtf3.
|
||
|
# Related issue: https://github.com/rust-lang/compiler-builtins/issues/201
|
||
|
[target.aarch64-unknown-linux-musl]
|
||
|
rustflags = [ "-C", "target-feature=+crt-static", "-C", "link-arg=-lgcc"]
|