https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117047
--- Comment #35 from Sam James <sjames at gcc dot gnu.org> --- On another note -- David, at the moment, we're building libgccjit separately as is recommended at https://gcc.gnu.org/onlinedocs/jit/internals/index.html#packaging-notes but with --disable-bootstrap on the first build to not have too high of a penalty for doing that. The build time cost from doing two bootstraps (even if the JIT build is as minimal as possible) isn't ideal. I wonder if I should just eat the cost and do --enable-host-shared instead in one build (that bootstraps), given the amount of time this took to debug.