https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116470
Jeffrey A. Law <law at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |law at gcc dot gnu.org --- Comment #8 from Jeffrey A. Law <law at gcc dot gnu.org> --- Note the patch causes a build failure for ft32-elf as well. That might make a simpler testcase that solaris native. Configure, build and install binutils for ft32-elf (using some --prefix option). Configure gcc using the same prefix & target options, then make all-gcc && make all-target-libgcc The all-target-libgcc step will fail due to a failure to configure the target libraries. Digging into config.log: /tmp/cc7t7fxJ.s: Assembler messages: /tmp/cc7t7fxJ.s:211: Error: can't resolve .text.startup - .LM1 /tmp/cc7t7fxJ.s:216: Error: can't resolve .text.startup - .LM2 /tmp/cc7t7fxJ.s:221: Error: can't resolve .text.startup - .LM3