This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: bootstrap error on ppc64
>>>>> 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