https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106472
--- Comment #21 from Jeff Rahr ---
Roger - I was getting that same error when building out of the box for
langueages=c,c++,fortran,lto,jit,go,d (ie didn't edit Makefile.def). Based on
https://forum.dlang.org/post/qgrchukzyceflenrr...@forum.dlang
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106472
--- Comment #19 from Jeff Rahr ---
I added D language to my build and was able to get 12.2 to build "out of the
box" without editing Makefile.def on x86-64-pc-linux-gnu. Make is using 4
processors.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106472
--- Comment #18 from Jeff Rahr ---
Thomas - After applying this patch, I reran 'autogen Makefile.def' so that line
was already in Makefile.in. I am able to get gcc to build if I remove the
bootstrap=true from libbacktrace and libatomic on lines
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106472
Jeff Rahr changed:
What|Removed |Added
CC||jeffrey.rahr at baesystems dot
com
--- Com