>>>>> Revital1 Eres writes: Revital> I get the following error while running make BOOT_CFLAGS='-O2' bootstrap Revital> on ppc64 with --enable-checking on r128689:
Revital> ../../../../gcc/libstdc++-v3/src/system_error.cc -o system_error.o >> /dev/null 2>&1 Revital> make[4]: *** [system_error.lo] Error 1 This sounds like the same error Diego reported. I reopened PR 33168. I thought this was solved with the earlier patches, but apparently that only fixed 32-bit PPC bootstrap, not 64-bit PPC. Apparently we are missing some PPC64 Linux sections from the same elf selection section list. David