The prebuild rustc binary for powerpc64-unknown-linux-gnu uses the lxvw4x instruction only available in Power ISA v.2.07 and newer. I'm on a PA6T system which implements Power ISA v.2.04, and thus I get an Illegal instruction when trying to run the binary. For bootstrapping purposes it would be good if the prebuilt binaries used only Power ISA v.2.03 instructions so that they work on all 64-bit implementations.
The prebuild
rustcbinary for powerpc64-unknown-linux-gnu uses thelxvw4xinstruction only available in Power ISA v.2.07 and newer. I'm on a PA6T system which implements Power ISA v.2.04, and thus I get an Illegal instruction when trying to run the binary. For bootstrapping purposes it would be good if the prebuilt binaries used only Power ISA v.2.03 instructions so that they work on all 64-bit implementations.