https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121490
Dave Blanchard <dave at killthe dot net> changed: What |Removed |Added ---------------------------------------------------------------------------- Target|powerpc64le-*-linux | Summary|GNAT build fails with |Ada: powerpc64le: build |--enable-targets=all when |fails with |building ppc32be target |--enable-targets=all when | |building ppc32be target --- Comment #7 from Dave Blanchard <dave at killthe dot net> --- Andrew: according to config.gcc, --enable-targets=all does indeed enable three multilib targets as described when targeting powerpc64le, and there is nothing in there which would indicate this shouldn't work; indeed, this builds successfully and work fines on gcc 10. It's only gcc 12.5+ that's broken here. Eric: thank you, I'll have a look at that this evening.