https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120509
--- Comment #5 from Greg Chandler <chandleg at wizardsworks dot org> --- Well, you definitely caught that one with the boostrap being added to configure when it wasn't supposed to. (staring at it too long to see it) So this isn't a bug afterall, just a mistake on configure on my part. I've got to deal with: make[3]: Entering directory '/tmp/gcc-14.2.0/gcc.build.lnx/prev-gcc' make[3]: *** No rule to make target 'real-install-headers-tar'. Stop. make[3]: Leaving directory '/tmp/gcc-14.2.0/gcc.build.lnx/prev-gcc' make[2]: *** [Makefile:3444: stmp-fixinc] Error 2 make[2]: Leaving directory '/tmp/gcc-14.2.0/gcc.build.lnx/gcc' make[1]: *** [Makefile:4697: all-gcc] Error 2 make[1]: Leaving directory '/tmp/gcc-14.2.0/gcc.build.lnx' make: *** [Makefile:1063: all] Error 2 But I figure I missed something with the sysroot setup now too.