Closed
Description
It copies the crt*.o objects from the host system libraries when it, instead, should copy them from the musl-root. Related code
It asks rustc to pass -ldl -lpthread and -lrt to the linker when it shouldn't because those are already included in musl libc.a. Related code