GCC fails to build stage 2 of the cross-gcc. HOST=x86 TARGET=ppc64 From the log, the gnu/stubs.h file includes stubs-${__WORDSIZE}.h file, since I'm compiling ppc64, there is only the stubs-64.h file, but it gets the __WORDSIZE of MY HOST, so it tries to use the non-existent stubs-32.h! Reproducible: Always Steps to Reproduce: 1. 2. 3.
Created attachment 68503 [details] System Information
Created attachment 68504 [details] Build Log
should work now ...