https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113174
Segher Boessenkool <segher at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |segher at gcc dot gnu.org --- Comment #10 from Segher Boessenkool <segher at gcc dot gnu.org> --- (In reply to q66 from comment #7) > I just tested this on big-endian ppc64 targeting power4/ppc970; I was able > to successfully bootstrap the compiler. It seems this is really specific to > LE after all (which makes sense I suppose, considering the affected code > appears to be related to VSX?) LE and VSX have nothing whatsoever to do with each other. Other than maybe that the default target for powerpc64le-linux by default supports VSX. But you can do ELFv2 BE, you can do ELFv2 on older CPUs, and you can do "ELFv1" on newer CPUs.