https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111956
Gaius Mulley <gaius at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |gaius at gcc dot gnu.org --- Comment #4 from Gaius Mulley <gaius at gcc dot gnu.org> --- Created attachment 56508 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=56508&action=edit Proposed fix Here is a proposed patch which detects whether the target_cpu is power10 and target is ppc64le. I've seen it build successfully on gcc135 (without bootstrap) and bootstrap on gcc120 (I'm currently running a bootstrap on gcc135). I'm unsure whether these libgm2/configure.ac and gcc/m2/configure.ac tests are sufficient - and suspect more combinations should be checked (ie the shell case statements might need expanding).