rust-musl-cross icon indicating copy to clipboard operation
rust-musl-cross copied to clipboard

Add powerpc64-unknown-linux-musl target

Open messense opened this issue 3 years ago • 3 comments
trafficstars

messense avatar Sep 24 '22 05:09 messense

bors try amd64 --target powerpc64-unknown-linux-musl

messense avatar Sep 24 '22 05:09 messense

try

Build failed:

bors[bot] avatar Sep 24 '22 05:09 bors[bot]

ABI version 1 is not compatible with ABI version 2 output

Looks like gcc is compiled with ELFv1, but Rust uses ELFv2 for powerpc64 musl targets, see https://github.com/rust-lang/rust/issues/60617 (or the reverse?)

Though musl-cross-make already set --with-abi=elfv2 for powerpc64 target:

https://github.com/richfelker/musl-cross-make/blob/fe915821b652a7fa37b34a596f47d8e20bc72338/litecross/Makefile#L26-L28

messense avatar Sep 24 '22 05:09 messense