• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# This workaround is needed because the linker is unable to find __addtf3,
2# __multf3 and __subtf3.
3# Related issue: https://github.com/rust-lang/compiler-builtins/issues/201
4[target.aarch64-unknown-linux-musl]
5rustflags = [ "-C", "target-feature=+crt-static", "-C", "link-arg=-lgcc"]
6