https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112825
Gaius Mulley <gaius at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |gaius at gcc dot gnu.org --- Comment #3 from Gaius Mulley <gaius at gcc dot gnu.org> --- Created attachment 56782 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=56782&action=edit Proposed fix This patch changes all invocations of gm2 -c to gm2 -S to avoid invoking the target assembler (which might not be present if make all-gcc is run). Tested using: cd gcc-src mkdir build cd build ../configure --target=aarch64-linux-gnu --enable-languages=m2 make all-gcc -j 30 on an x86_64 based gnu/linux box