You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
# 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"]
|