Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
vm-virtio: Fix build on aarch64+musl
The linker can't find the floating point builtins. Added target-feature=+crt-static and link-arg=-lgcc as a temporary workaround. This seems to be the accepted fix in the Rust community: rust-lang/compiler-builtins#201 Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
- Loading branch information