On Mon, Mar 07, 2022 at 08:53:42PM +0000, Joseph Myers wrote: > This breaks the build of libgcc for powerpc-linux-gnu (32-bit, default > CPU; configured --disable-multilib --enable-secureplt). > > cc1: warning: The '-mfloat128' option may not be fully supported > /tmp/ccHCPzSh.s: Assembler messages: > /tmp/ccHCPzSh.s:163: Error: unrecognized opcode: `lfiwzx' > /scratch/jmyers/glibc-bot/src/gcc/libgcc/shared-object.mk:14: recipe for > target '_kf_to_sd.o' failed > make[3]: *** [_kf_to_sd.o] Error 1 > > https://sourceware.org/pipermail/libc-testresults/2022q1/009421.html
Thanks for the report! This is now PR104829. Segher