Commit graph

1 commit

Author SHA1 Message Date
Andreea Florescu
d257479a40 fix link issues on aarch64 musl
The linker was unable to find __addtf3, __multf3 and __subtf3.

Added target-feature=+crt-static and link-arg=-lgcc as a temporary
workaround. This seems to be the accepted fix in the Rust community.

Signed-off-by: Andreea Florescu <fandree@amazon.com>
2020-09-04 17:59:53 +03:00